diff --git a/home/default.nix b/home/default.nix index ac63bd4..200873f 100644 --- a/home/default.nix +++ b/home/default.nix @@ -36,8 +36,8 @@ }; programs.kitty = { - enalbe = true; - extraConfig = ./kitty.conf.nix + enable = true; + extraConfig = import ./kitty.conf.nix; }; services.betterlockscreen = { diff --git a/kitty.conf.nix b/kitty.conf.nix index 173de7f..c9d5016 100644 --- a/kitty.conf.nix +++ b/kitty.conf.nix @@ -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 +''