diff --git a/homes/modules/wm/hyprland/default.nix b/homes/modules/wm/hyprland/default.nix index de9666c..f77e554 100755 --- a/homes/modules/wm/hyprland/default.nix +++ b/homes/modules/wm/hyprland/default.nix @@ -28,7 +28,10 @@ # }; settings = { - "$MOD" = "ALT"; + "$MOD" = + if hostname == "myputer" + then "ALT" # my SUPER key broke ;w; + else "SUPER"; # applications "$editor" = "hx";