lol

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

authored by

Karun Sandhu and committed by
Masum Reza
056ea1af 754502f0

+1 -1
+1 -1
nixos/modules/programs/wayland/uwsm.nix
··· 16 16 [Desktop Entry] 17 17 Name=${opts.prettyName} (UWSM) 18 18 Comment=${opts.comment} 19 - Exec=${lib.getExe cfg.package} start -S -F ${opts.binPath} 19 + Exec=${lib.getExe cfg.package} start -F ${opts.binPath} 20 20 Type=Application 21 21 ''; 22 22 destination = "/share/wayland-sessions/${opts.name}-uwsm.desktop";