mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-05 00:33:09 +02:00
I'm dumber
Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
parent
585b68fe63
commit
7fc500f52a
1 changed files with 7 additions and 4 deletions
|
@ -229,12 +229,15 @@ in {
|
|||
# Enable KDE Plasma 5
|
||||
displayManager = {
|
||||
|
||||
# Enable autologin
|
||||
autoLogin = {
|
||||
sddm = {
|
||||
enable = true;
|
||||
user = "ultra";
|
||||
|
||||
# Enable autologin
|
||||
autoLogin = {
|
||||
enable = true;
|
||||
user = "ultra";
|
||||
};
|
||||
};
|
||||
sddm.enable = true;
|
||||
};
|
||||
desktopManager.plasma5.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue