l morpheus.r: add autologin

This commit is contained in:
lassulus 2019-04-17 20:08:14 +02:00
parent 9f19b5f961
commit b246b8ac43

View File

@ -30,4 +30,12 @@ with import <stockholm/lib>;
];
};
};
services.xserver.desktopManager.default = "none";
services.xserver.displayManager.lightdm.autoLogin = {
enable = true;
user = "lass";
timeout = 5;
};
}