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

@@ -25,7 +25,7 @@ monitor=,preferred,auto,auto
# See https://wiki.hyprland.org/Configuring/Keywords/ # See https://wiki.hyprland.org/Configuring/Keywords/
# Set programs that you use # Set programs that you use
$terminal = alacritty $terminal = ghostty
$fileManager = dolphin $fileManager = dolphin
$menu = wofi --show drun $menu = wofi --show drun

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") [ (map (config: "${builtins.toString ./.}/common/optional/${config}.nix") [
"btop" "btop"
"firefox" "firefox"
"ghostty"
"hyprland" "hyprland"
"misc-packages" "misc-packages"
"nvim" "nvim"