Files
nix-config/home-manager/kitty.nix
Chloe Hawthorne a794217908 Added KiTTY
2025-01-01 18:30:09 +11:00

12 lines
200 B
Nix

{ pkgs, ... }: {
enable = true;
font.name = "CozetteVector";
font.size = 11.0;
themeFile = "Monokai_Pro";
settings = {
linux_display_server = "x11";
};
}