mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 13:22:28 +00:00
Add nvfancontrol
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
}
|
||||
|
@@ -181,6 +181,7 @@ in
|
||||
minecraft
|
||||
mojave-gtk-theme
|
||||
netdata
|
||||
nvfancontrol
|
||||
pavucontrol
|
||||
pinentry-curses
|
||||
postman
|
||||
|
Reference in New Issue
Block a user