8 lines
121 B
Nix
8 lines
121 B
Nix
{ ... }:
|
|
{
|
|
programs.kitty = {
|
|
enable = true;
|
|
settings.term = "xterm";
|
|
};
|
|
catppuccin.kitty.enable = true;
|
|
}
|