Enable autologin to plasmawayland
Signed-off-by: Tristan Druyen <tristan@vault81.de>
This commit is contained in:
parent
12176e9e93
commit
9495b4435d
1 changed files with 3 additions and 2 deletions
|
@ -83,8 +83,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable automatic login for the user.
|
# Enable automatic login for the user.
|
||||||
# services.xserver.displayManager.autoLogin.enable = true;
|
services.xserver.displayManager.defaultSession ="plasmawayland";
|
||||||
# services.xserver.displayManager.autoLogin.user = "tristand";
|
services.xserver.displayManager.autoLogin.enable = true;
|
||||||
|
services.xserver.displayManager.autoLogin.user = "tristand";
|
||||||
|
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue