nixos/uwsm: remove deprecated flag -S

see https://github.com/Vladimir-csp/uwsm/commit/cc56915ff706a45ee79a46d9c80b3a14502355d4
This commit is contained in:
Karun Sandhu
2025-07-12 02:32:43 +05:30
committed by Masum Reza
parent 754502f03c
commit 056ea1afe3
+1 -1
View File
@@ -16,7 +16,7 @@ let
[Desktop Entry]
Name=${opts.prettyName} (UWSM)
Comment=${opts.comment}
Exec=${lib.getExe cfg.package} start -S -F ${opts.binPath}
Exec=${lib.getExe cfg.package} start -F ${opts.binPath}
Type=Application
'';
destination = "/share/wayland-sessions/${opts.name}-uwsm.desktop";