feat: HomeManager | switch terminal to ghostty
This commit is contained in:
17
home/shahab/common/optional/ghostty.nix
Normal file
17
home/shahab/common/optional/ghostty.nix
Normal 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";
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -11,6 +11,7 @@
|
||||
(map (config: "${builtins.toString ./.}/common/optional/${config}.nix") [
|
||||
"btop"
|
||||
"firefox"
|
||||
"ghostty"
|
||||
"hyprland"
|
||||
"misc-packages"
|
||||
"nvim"
|
||||
|
||||
Reference in New Issue
Block a user