Autologin to steam compositor
This commit is contained in:
parent
a0608acde3
commit
3e6a484489
|
@ -20,7 +20,13 @@ in
|
||||||
'';
|
'';
|
||||||
networking.nameservers = [ "192.168.1.230" ];
|
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’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.xenia = {
|
users.users.xenia = {
|
||||||
|
|
Loading…
Reference in a new issue