Explicitly unset lightdm

This commit is contained in:
TheWanderingCrow 2024-09-21 16:24:24 -04:00
parent f865c8a586
commit 3f2c94cedc
2 changed files with 2 additions and 0 deletions

View file

@ -56,6 +56,7 @@
};
hypr.enable = lib.mkDefault false;
hyprland.enable = lib.mkDefault false;
# Configure pulseaudio
hardware.pulseaudio.enable = lib.mkDefault true;

View file

@ -15,6 +15,7 @@
enable = true;
};
displayManager.startx.enable = true;
lightdm.enable lib.mkForce false;
};
};