Files
nix-config/home-manager/features/kitty.nix
2024-04-16 22:39:21 +02:00

12 lines
150 B
Nix

{
programs.kitty = {
enable = true;
font = {
name = "FiraCode Nerd Font";
size = 12;
};
theme = "Gruvbox Dark";
};
}