dotfiles/home/fhauser/applications/kitty.nix

8 lines
123 B
Nix

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