Added Ghostty & Kitty, only using Ghostty

This commit is contained in:
2025-11-08 12:14:23 -05:00
parent a97d49f8a7
commit dee0c41a05
7 changed files with 221 additions and 128 deletions

14
modules/home/kitty.nix Normal file
View File

@@ -0,0 +1,14 @@
{
...
}:
{
programs.kitty = {
enable = true;
enableGitIntegration = true;
font = {
name = "FiraCode Nerd Font";
};
shellIntegration.enableZshIntegration = true;
themeFile = "Catppuccin-Mocha";
};
}