kitty font changes.

This commit is contained in:
Gabe Venberg 2025-08-05 10:04:13 +02:00
parent e0b78f921f
commit e01197e8f8

View file

@ -4,12 +4,16 @@
lib, lib,
... ...
}: { }: {
home.packages = with pkgs; [
fira-code
# monocraft
# miracode
nerd-fonts.symbols-only
];
programs.kitty = { programs.kitty = {
enable = true; enable = true;
font = { font.name = "FiraCode";
package = pkgs.nerd-fonts.fira-code;
name = "FiraCode Nerd Font";
};
themeFile = "gruvbox-dark"; themeFile = "gruvbox-dark";
settings = { settings = {
background_opacity = "0.8"; background_opacity = "0.8";