add kitty config
This commit is contained in:
parent
7318169c47
commit
054907079d
2 changed files with 11 additions and 1 deletions
11
programs/kitty.nix
Normal file
11
programs/kitty.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
hm.programs.kitty = {
|
||||
enable = true;
|
||||
font = {
|
||||
name = "Iosevka Nerd Font";
|
||||
size = 12;
|
||||
};
|
||||
shellIntegration.enableFishIntegration = true;
|
||||
theme = "Catppuccin-Macchiato";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue