aboutsummaryrefslogtreecommitdiffstats
path: root/roles/shared.nix
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2025-12-17 11:04:54 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2025-12-17 11:04:54 +0200
commit0485feeaa9b0349e9dc10f8a3b30b72891b03f72 (patch)
tree78343ee97b8e997e773468e3ebe322df7233ab70 /roles/shared.nix
parenta85ab282ec8b9113cf842a584702c95b9f21dbd2 (diff)
downloadnixos-0485feeaa9b0349e9dc10f8a3b30b72891b03f72.tar.zst
Shell scripts do not need the bang syntax
Diffstat (limited to 'roles/shared.nix')
-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