mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 13:22:28 +00:00
Switch from gdm to lightdm for gpu fan speed tweaking
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user