add helix and change kitty leader key
This commit is contained in:
parent
cdc210994a
commit
5819915e4e
1 changed files with 8 additions and 0 deletions
8
home.nix
8
home.nix
|
@ -128,6 +128,13 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
settings = {
|
||||
theme = "tokyonight";
|
||||
};
|
||||
};
|
||||
|
||||
programs.htop = {
|
||||
enable = true;
|
||||
};
|
||||
|
@ -148,6 +155,7 @@
|
|||
enabled_layouts = "*";
|
||||
macos_quit_when_last_window_closed = true;
|
||||
scrollback_lines = 50000;
|
||||
kitty_mod = "ctrl+cmd";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue