KDE: Enable auto-login
This commit is contained in:
parent
8dc4f8eb53
commit
27fb045023
1 changed files with 8 additions and 4 deletions
|
@ -5,10 +5,14 @@
|
|||
sddm.enable = true;
|
||||
sddm.wayland.enable = true;
|
||||
defaultSession = "plasma";
|
||||
# autoLogin = {
|
||||
# user = "fruchti";
|
||||
# enable = true;
|
||||
# };
|
||||
autoLogin = {
|
||||
user = "fruchti";
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
security.pam.services.sddm = {
|
||||
enableKwallet = true;
|
||||
};
|
||||
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue