mirror of
https://github.com/softinio/nix-config.git
synced 2025-10-18 19:16:41 -07:00
remove wezterm,tmux,ghostty and add kitty back
This commit is contained in:
parent
03cfe695a0
commit
c081796699
8 changed files with 26 additions and 314 deletions
20
home.nix
20
home.nix
|
@ -192,6 +192,26 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
keybindings = {
|
||||
"kitty_mod+enter" = "new_window_with_cwd";
|
||||
};
|
||||
themeFile = "Tango_Dark";
|
||||
font = {
|
||||
name = "SF Mono";
|
||||
size = 16;
|
||||
};
|
||||
settings = {
|
||||
copy_on_select = true;
|
||||
enabled_layouts = "*";
|
||||
macos_quit_when_last_window_closed = true;
|
||||
scrollback_lines = 100000;
|
||||
kitty_mod = "cmd+option";
|
||||
};
|
||||
shellIntegration.enableFishIntegration = true;
|
||||
};
|
||||
|
||||
programs.lazygit = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue