dev #19

Open
tdpeuter wants to merge 79 commits from dev into main
Showing only changes of commit 8b9b00f33b - Show all commits

View file

@ -39,11 +39,11 @@ in {
hardware = { hardware = {
graphics = { graphics = {
enable = true; enable = true;
driSupport32Bit = true; enable32Bit = true;
}; };
nvidia = { nvidia = {
# Use the NVidia open source kernel module # Use the NVidia open source kernel module (or not)
open = false; open = false;
package = config.boot.kernelPackages.nvidiaPackages.stable; package = config.boot.kernelPackages.nvidiaPackages.stable;
# Modesetting is required. # Modesetting is required.