Add nvfancontrol

This commit is contained in:
Dave Gallant
2022-05-27 23:31:24 -04:00
parent 1f6db755d5
commit 0cb0739470
5 changed files with 34 additions and 22 deletions

View File

@@ -2,21 +2,17 @@
{
# Enable the GNOME Desktop Environment.
services.xserver.enable = true;
services.xserver.displayManager.gdm = {
services.xserver = {
enable = true;
wayland = false;
displayManager = {
startx.enable = true;
gdm = {
enable = true;
wayland = false;
};
};
desktopManager.gnome.enable = true;
};
services.xserver.desktopManager.gnome.enable = true;
services.logrotate.checkConfig = false;
services.xserver.displayManager = {
autoLogin.enable = true;
autoLogin.user = "dave";
job.preStart = "sleep 5";
};
}

View File

@@ -181,6 +181,7 @@ in
minecraft
mojave-gtk-theme
netdata
nvfancontrol
pavucontrol
pinentry-curses
postman