add kitty config

This commit is contained in:
uku 2023-11-25 14:33:53 +01:00
parent 7318169c47
commit 054907079d
Signed by: uku
GPG key ID: 7D01D7B105E77166
2 changed files with 11 additions and 1 deletions

11
programs/kitty.nix Normal file
View file

@ -0,0 +1,11 @@
{
hm.programs.kitty = {
enable = true;
font = {
name = "Iosevka Nerd Font";
size = 12;
};
shellIntegration.enableFishIntegration = true;
theme = "Catppuccin-Macchiato";
};
}

View file

@ -123,7 +123,6 @@ in {
inherit (pkgs.stdenv.hostPlatform) system;
in [
firefox
kitty
chezmoi
starship
font-manager