Added Ghostty & Kitty, only using Ghostty
This commit is contained in:
13
modules/home/ghostty.nix
Normal file
13
modules/home/ghostty.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
...
|
||||
}:
|
||||
{
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
settings = {
|
||||
theme = "Catppuccin Mocha";
|
||||
};
|
||||
systemd.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user