Switch gdm back on

This commit is contained in:
Nathan McCarty 2023-07-08 02:05:04 -04:00
parent 57914ef874
commit 577cc2a4ee
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ in with lib; {
# Turn on GDM for login
services.xserver = {
enable = true;
autorun = false;
autorun = true;
# Enable plasma for the applications
desktopManager.plasma5.enable = true;
displayManager.defaultSession = "hyprland";