summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2025-08-05 02:20:52 +0200
committerSilas Schöffel <sils@sils.li>2025-08-05 02:20:52 +0200
commit90724f9e7b3b6af951f87d52cc98ec604650374e (patch)
treec99f5eb40649a2a3549a902780fd0feae33c2c71
parenthosts/hplappi: disable gnome (diff)
downloadnix-config-90724f9e7b3b6af951f87d52cc98ec604650374e.zip
hyprland: change default terminal to kitty
-rw-r--r--modules/hm/sils/hyprland.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hm/sils/hyprland.nix b/modules/hm/sils/hyprland.nix
index 4de6524..970467a 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, ghostty"
+          "$mainMod, T, exec, kitty"
           "$mainMod, C, killactive, "
           "$mainMod, M, exit, "
           "$mainMod, E, exec, dolphin "