diff --git a/nixos/modules/programs/wayland/uwsm.nix b/nixos/modules/programs/wayland/uwsm.nix index 18e7fdc1f64a..cbabccb5d9c9 100644 --- a/nixos/modules/programs/wayland/uwsm.nix +++ b/nixos/modules/programs/wayland/uwsm.nix @@ -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";