Switch from gdm to lightdm for gpu fan speed tweaking

This commit is contained in:
Dave Gallant
2022-05-29 08:11:42 -04:00
parent d2aaa3920f
commit 444f354a7b
2 changed files with 25 additions and 14 deletions

View File

@@ -3,9 +3,20 @@
enable = true;
displayManager = {
startx.enable = true;
gdm = {
/*
gdm = {
*/
/*
enable = true;
*/
/*
wayland = false;
*/
/*
};
*/
lightdm = {
enable = true;
wayland = false;
};
};
desktopManager.gnome.enable = true;