aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/shared.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/shared.nix b/roles/shared.nix
index 675c63a..ad05637 100644
--- a/roles/shared.nix
+++ b/roles/shared.nix
@@ -786,13 +786,10 @@
environment.etc = {
"greetd/hyprland-wrapper.sh" = {
source = pkgs.writeShellScript "hyperland-wrapper" ''
- #!/bin/sh
- # Session
export XDG_SESSION_TYPE=wayland
export XDG_SESSION_DESKTOP=Hyprland
export XDG_CURRENT_DESKTOP=Hyprland
- # Wayland stuff
export MOZ_ENABLE_WAYLAND=1
export QT_QPA_PLATFORM=wayland
export SDL_VIDEODRIVER=wayland