cleaning process

This commit is contained in:
2026-07-06 22:08:50 +02:00
parent ddfa93ddda
commit 4e922387bf
7 changed files with 28 additions and 90 deletions
-14
View File
@@ -1,14 +0,0 @@
{ ... }:
{
programs.ghostty = {
enable = true;
enableZshIntegration = true;
settings = {
background-opacity = 0.9;
keybind = [
"performable:ctrl+c=copy_to_clipboard"
"performable:ctrl+v=paste_from_clipboard"
];
};
};
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

+3
View File
@@ -20,6 +20,9 @@
home.shell.git.enable = true;
home.shell.neovim.enable = true;
# Terminal app
home.ghostty.enable = true;
# Code editor
home.env.nix.enable = true;