cleaning process
This commit is contained in:
@@ -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 |
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user