nixos/uwsm: remove deprecated flag -S

see cc56915ff7
This commit is contained in:
Karun Sandhu 2025-07-11 13:39:19 +02:00 committed by Masum Reza
parent 754502f03c
commit 056ea1afe3

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";