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

13
modules/home/ghostty.nix Normal file
View File

@@ -0,0 +1,13 @@
{
...
}:
{
programs.ghostty = {
enable = true;
enableZshIntegration = true;
settings = {
theme = "Catppuccin Mocha";
};
systemd.enable = true;
};
}