Enable autologin to plasmawayland

Signed-off-by: Tristan Druyen <tristan@vault81.de>
This commit is contained in:
Tristan D. 2023-09-14 17:20:27 +02:00
parent 12176e9e93
commit 9495b4435d
Signed by: tristan
SSH key fingerprint: SHA256:U7y6eMb7CQDaTHv9XoX6/BaQnPqyxxKc+Xnfcefi6rY

View file

@ -83,8 +83,9 @@
};
# Enable automatic login for the user.
# services.xserver.displayManager.autoLogin.enable = true;
# services.xserver.displayManager.autoLogin.user = "tristand";
services.xserver.displayManager.defaultSession ="plasmawayland";
services.xserver.displayManager.autoLogin.enable = true;
services.xserver.displayManager.autoLogin.user = "tristand";
# Allow unfree packages
nixpkgs.config.allowUnfree = true;