add kitty and kitty config

This commit is contained in:
Fabián Montero 2022-03-21 23:33:08 -06:00
parent dbb4344006
commit 1fa4b35e87
2 changed files with 4 additions and 2 deletions

View file

@ -36,8 +36,8 @@
};
programs.kitty = {
enalbe = true;
extraConfig = ./kitty.conf.nix
enable = true;
extraConfig = import ./kitty.conf.nix;
};
services.betterlockscreen = {

View file

@ -1,3 +1,4 @@
''
# Fonts
font_family JetBrains Mono Medium
bold_font JetBrains Mono Bold
@ -83,3 +84,4 @@ map ctrl+shift+minus change_font_size all -1.0
map ctrl+shift+backspace change_font_size all 0
map ctrl+shift+delete clear_terminal reset active
''