Autologin to steam compositor

This commit is contained in:
Evie Litherland-Smith 2023-04-30 10:40:18 +01:00
parent a0608acde3
commit 3e6a484489

View file

@ -20,7 +20,13 @@ in
'';
networking.nameservers = [ "192.168.1.230" ];
services.xserver.displayManager.defaultSession = "steam";
services.xserver.displayManager = {
defaultSession = "steam";
autoLogin = {
enable = true;
user = "xenia";
};
};
# Define a user account. Don't forget to set a password with passwd.
users.users.xenia = {