nix-config/home/modules/graphical/kitty.nix

6 lines
77 B
Nix

{
programs.kitty = {
enable = true;
font.name = "FiraCode";
};
}