feat: HomeManager | switch terminal to ghostty

This commit is contained in:
2025-02-18 16:31:27 +05:00
parent 7eab398f6d
commit adf7ed5e05
3 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
{
config,
...
}:
{
programs.ghostty = {
enable = true;
settings = {
theme = "catppuccin-mocha";
font-family = config.hostSpec.font;
font-size = 14;
initial-command = "tmux";
};
};
}

View File

@@ -11,6 +11,7 @@
(map (config: "${builtins.toString ./.}/common/optional/${config}.nix") [
"btop"
"firefox"
"ghostty"
"hyprland"
"misc-packages"
"nvim"