Disable autoLogin since it doesn't unlock kwallet

This commit is contained in:
Evie Litherland-Smith 2024-08-06 06:29:00 +01:00
parent a4b7d0b46b
commit 32214f7028

View file

@ -6,13 +6,10 @@
sessionVariables.QT_QPA_PLATFORM = "wayland"; sessionVariables.QT_QPA_PLATFORM = "wayland";
}; };
services = { services = {
displayManager = { displayManager.sddm = {
autoLogin.enable = true;
sddm = {
enable = true; enable = true;
wayland.enable = true; wayland.enable = true;
}; };
};
desktopManager.plasma6 = { desktopManager.plasma6 = {
enable = true; enable = true;
enableQt5Integration = true; enableQt5Integration = true;