diff --git a/home/desktop/niri.nix b/home/desktop/niri.nix index 44b940d..b587529 100644 --- a/home/desktop/niri.nix +++ b/home/desktop/niri.nix @@ -41,7 +41,6 @@ in settings = { # Autostart DMS if you prefer launching it directly from Niri instead of systemd spawn-at-startup = [ - { command = [ "dms" "run" ]; } { command = [ "${launch-lisgd}/bin/launch-lisgd" ]; } # Spawns the daemon { command = [ "${launch-wvkbd}/bin/launch-wvkbd" ]; } ];