Files
nix-config/home-manager/features/kitty.nix

10 lines
130 B
Nix

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