diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-17 11:04:54 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-17 11:04:54 +0200 |
| commit | 0485feeaa9b0349e9dc10f8a3b30b72891b03f72 (patch) | |
| tree | 78343ee97b8e997e773468e3ebe322df7233ab70 /roles/shared.nix | |
| parent | a85ab282ec8b9113cf842a584702c95b9f21dbd2 (diff) | |
| download | nixos-0485feeaa9b0349e9dc10f8a3b30b72891b03f72.tar.zst | |
Shell scripts do not need the bang syntax
Diffstat (limited to '')
| -rw-r--r-- | roles/shared.nix | 3 |
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 |
