diff --git a/programs/kitty.nix b/programs/kitty.nix new file mode 100644 index 0000000..fa5b0af --- /dev/null +++ b/programs/kitty.nix @@ -0,0 +1,11 @@ +{ + hm.programs.kitty = { + enable = true; + font = { + name = "Iosevka Nerd Font"; + size = 12; + }; + shellIntegration.enableFishIntegration = true; + theme = "Catppuccin-Macchiato"; + }; +} diff --git a/systems/desktop.nix b/systems/desktop.nix index 38a896c..c52905a 100644 --- a/systems/desktop.nix +++ b/systems/desktop.nix @@ -123,7 +123,6 @@ in { inherit (pkgs.stdenv.hostPlatform) system; in [ firefox - kitty chezmoi starship font-manager