nixos/uwsm: remove deprecated flag -S see https://github.com/Vladimir-csp/uwsm/commit/cc56915ff706a45ee79a46d9c80b3a14502355d4

Changed files
+1 -1
nixos
modules
programs
wayland
+1 -1
nixos/modules/programs/wayland/uwsm.nix
···
[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";