Use ghostty as primary terminal
Some checks failed
Update Nix Flake / update-flake (push) Failing after 16s

This commit is contained in:
2025-06-30 08:32:12 +02:00
parent 9fe40bfd13
commit 65a3dcdc08
5 changed files with 23 additions and 6 deletions

View File

@ -6,7 +6,7 @@
./features/direnv
./features/topgrade
./features/neovim
./features/kitty
./features/ghostty
./features/wezterm
./features/yazi
./features/emacs
@ -20,7 +20,7 @@
hostName = "aspi";
is-nixos = true;
terminal = "kitty";
terminal = "ghostty";
# ------- ----------
# | eDP-1 | | HDMI-A-1 |

View File

@ -0,0 +1,17 @@
{
lib,
config,
...
}: {
programs.ghostty = {
enable = true;
enableFishIntegration = true;
settings = {
theme = "catppuccin-mocha";
font-size = 12;
font-family = "DejaVu Sans";
};
};
home.sessionVariables.TERMINAL = lib.mkIf (config.terminal == "ghostty") "ghostty";
}

View File

@ -280,7 +280,7 @@ in {
# opening applications
"$mod, D, exec, wofi --show drun,run"
"$mod, E, exec, pcmanfm"
"$mod, Return, exec, kitty"
"$mod, Return, exec, ghostty"
"$mod, B, exec, firefox"
"$mod, C, exec, qalculate-gtk"

View File

@ -34,7 +34,7 @@
# geogebra
cheese
handbrake
kitty # Terminal
# kitty # Terminal, already available as feature
libnotify
libreoffice
mate.engrampa

View File

@ -6,7 +6,7 @@
./features/direnv
./features/topgrade
./features/neovim
./features/kitty
./features/ghostty
./features/wezterm
./features/yazi
./features/emacs
@ -21,7 +21,7 @@
hostName = "kardorf";
is-nixos = true;
terminal = "kitty";
terminal = "ghostty";
# --------- ---------
# | DVI-D-1 | | DVI-D-2 |