change kitty font

This commit is contained in:
smayzy
2025-07-12 18:31:52 +02:00
parent d451540b66
commit 4b0fbf5900
2 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -18,6 +18,8 @@ in
xdg.portal.enable = true;
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
fonts.packages = with pkgs; [ nerd-fonts.jetbrains-mono ];
environment.systemPackages = with pkgs; [
mako
wofi
@@ -33,7 +35,6 @@ in
kitty
grim
slurp
font-awesome
];
};
}