1
0
Fork 0

fix kitty, restructure nvf

This commit is contained in:
Philipp 2025-02-28 21:41:24 +01:00
parent 0e0f29d425
commit 5493ef8a57
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750
11 changed files with 101 additions and 70 deletions

View file

@ -20,8 +20,7 @@ let
cursor_shape = "Beam";
};
defaultFont = {
name = "Hack";
package = pkgs.nerd-fonts.hack;
name = "Hack Nerd Font";
size = 12;
};
in
@ -34,9 +33,10 @@ in
};
config = mkIf cfg.enable {
home.packages = [ pkgs.kitty-themes ];
programs.kitty = {
enable = true;
themeFile = "Dracula";
themeFile = "tokyo_night_night";
inherit (cfg) font settings;
};