diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index b3939a3..33847d0 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -209,7 +209,7 @@ in "SUPER, M, exec, ${config.programs.hyprlock.package}/bin/hyprlock" "SUPER_ALT_L, Q, exit," "SUPER, E, exec, nemo" - "SUPER, L, exec, obsidian" + "SUPER, L, exec, ${lib.optionalString (hostName == "thor") "env -u WAYLAND_DISPLAY "} obsidian" "SUPER, V, togglefloating," "SUPER, SPACE, exec, sirula" "SUPER, F, fullscreen,"