add gruvbox kitty theme

This commit is contained in:
zoe 2022-10-30 10:02:22 +01:00
parent f5995c1682
commit a07a7d5d4f
2 changed files with 10 additions and 0 deletions

View File

@ -12,4 +12,9 @@
# performance
sync_to_monitor = true;
};
font = {
name = "CaskaydiaCove Nerd Font Mono";
size = 14;
};
theme = "Gruvbox Material Light Hard";
}

View File

@ -9,4 +9,9 @@
# virtualisation
virt-manager
];
fonts.fonts = with pkgs; [
noto-fonts-emoji
(nerdfonts.override { fonts = [ "CascadiaCode" ]; })
];
}