nix dotfiles
This commit is contained in:
commit
7b8005c867
27 changed files with 1728 additions and 0 deletions
19
navi/laniakea/kitty.nix
Normal file
19
navi/laniakea/kitty.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
confirm_os_window_close = 0;
|
||||
background_opacity = "0.9";
|
||||
enable_audio_bell = false;
|
||||
mouse_map = "right press ungrabbed paste_from_clipboard";
|
||||
cursor_shape = "underline";
|
||||
};
|
||||
|
||||
font = {
|
||||
name = "IosevkaTerm Nerd Font";
|
||||
};
|
||||
|
||||
themeFile = "Carbonfox";
|
||||
shellIntegration.enableBashIntegration = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue