Update Thor

This commit is contained in:
Filippo Berto 2022-03-29 23:04:13 +02:00
parent 6ad3c8d576
commit c9289df714
5 changed files with 21 additions and 9 deletions

View file

@ -47,6 +47,7 @@
bluetooth.enable = true;
enableRedistributableFirmware = true;
pulseaudio.enable = false;
# nvidia.modesetting.enable = true;
};
i18n.defaultLocale = "it_IT.UTF-8";
@ -113,7 +114,7 @@
enable = true;
support32Bit = true;
};
# media-session.enable = true;
media-session.enable = true;
};
power-profiles-daemon.enable = true;
smartd = { enable = true; notifications.x11.enable = true; };
@ -144,12 +145,13 @@
useQtScaling = true;
};
};
# displayManager.gdm = { enable = true; wayland = false; };
# displayManager.gdm = { enable = true; nvidiaWayland = true; };
displayManager.sddm.enable = true;
layout = "us";
videoDrivers = [ "nvidia" ];
xkbOptions = "eurosign:e";
};
# gnome.gnome-remote-desktop.enable = true;
zerotierone = { enable = true; joinNetworks = [ "8056c2e21cf9c753" ]; };
};
@ -187,6 +189,7 @@
extraPkgs = pkgs: with pkgs; [ icu ];
};
};
# cudaSupport = true;
};
nix = {
package = pkgs.nixFlakes;