diff options
author | Silas Schöffel <sils@sils.li> | 2025-08-24 02:48:31 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-08-24 02:48:31 +0200 |
commit | 615657bc2899b9afffbe1b7809948ba0c15b406b (patch) | |
tree | 057a6293adae66dce70811ad7c07f442efaab203 | |
parent | firefox: make user-overrides.js more comfortable in everyday use (diff) | |
download | nix-config-615657bc2899b9afffbe1b7809948ba0c15b406b.zip |
hyprland: switch terminal back to ghostty
-rw-r--r-- | modules/hm/sils/hyprland.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hm/sils/hyprland.nix b/modules/hm/sils/hyprland.nix index 970467a..4de6524 100644 --- a/modules/hm/sils/hyprland.nix +++ b/modules/hm/sils/hyprland.nix @@ -130,7 +130,7 @@ in { # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = [ - "$mainMod, T, exec, kitty" + "$mainMod, T, exec, ghostty" "$mainMod, C, killactive, " "$mainMod, M, exit, " "$mainMod, E, exec, dolphin " |