From 056ea1afe3e1713c1bab2e04e2fcd05c78fdcb52 Mon Sep 17 00:00:00 2001 From: Karun Sandhu <129101708+MrSom3body@users.noreply.github.com> Date: Fri, 11 Jul 2025 13:39:19 +0200 Subject: [PATCH] nixos/uwsm: remove deprecated flag -S see https://github.com/Vladimir-csp/uwsm/commit/cc56915ff706a45ee79a46d9c80b3a14502355d4 --- nixos/modules/programs/wayland/uwsm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";