dotfiles/home/fhauser/applications/kitty.nix
2025-01-06 14:27:13 +02:00

8 lines
127 B
Nix

{ pkgs, ... }:
{
programs.kitty = {
enable = true;
settings.term = "xterm";
};
catppuccin.kitty.enable = true;
}