Added Ghostty & Kitty, only using Ghostty
This commit is contained in:
14
modules/home/kitty.nix
Normal file
14
modules/home/kitty.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
...
|
||||
}:
|
||||
{
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
enableGitIntegration = true;
|
||||
font = {
|
||||
name = "FiraCode Nerd Font";
|
||||
};
|
||||
shellIntegration.enableZshIntegration = true;
|
||||
themeFile = "Catppuccin-Mocha";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user