From 32214f7028d1bc4ad9eebb1e45987b32b7a13f01 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 6 Aug 2024 06:29:00 +0100 Subject: [PATCH] Disable autoLogin since it doesn't unlock kwallet --- system/desktop/plasma.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/system/desktop/plasma.nix b/system/desktop/plasma.nix index 1aa576ae..586f9a20 100644 --- a/system/desktop/plasma.nix +++ b/system/desktop/plasma.nix @@ -6,12 +6,9 @@ sessionVariables.QT_QPA_PLATFORM = "wayland"; }; services = { - displayManager = { - autoLogin.enable = true; - sddm = { - enable = true; - wayland.enable = true; - }; + displayManager.sddm = { + enable = true; + wayland.enable = true; }; desktopManager.plasma6 = { enable = true;