nixos/uwsm: remove deprecated flag -S
see https://github.com/Vladimir-csp/uwsm/commit/cc56915ff706a45ee79a46d9c80b3a14502355d4
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user