diff --git a/defaults/plasma.nix b/defaults/plasma.nix index 4609463..4a042e9 100644 --- a/defaults/plasma.nix +++ b/defaults/plasma.nix @@ -43,7 +43,7 @@ in environment.interactiveShellInit = lib.mkIf cfg.startOnFirstTTY - /* sh */ "test $(tty) = /dev/tty1 && startplasma-wayland"; + /* sh */ "test $(tty) = /dev/tty1 && exec startplasma-wayland"; services.displayManager.sddm.enable = lib.mkIf cfg.startOnFirstTTY false;