udpate 24.11

This commit is contained in:
mjallen18
2024-11-18 15:12:29 -06:00
parent 96a05612c6
commit f5e6943e9d
12 changed files with 404 additions and 238 deletions

View File

@@ -25,10 +25,10 @@ in
# Hardware configs
hardware = {
# Enable graphics
opengl = {
graphics = {
enable = true;
enable32Bit = true;
extraPackages = [ pkgs.unstable.mesa ];
driSupport32Bit = true;
extraPackages32 = [ pkgs.unstable.pkgsi686Linux.mesa ];
};
};

View File

@@ -47,11 +47,10 @@ in
nvidiaSettings = cfg.nvidiaSettings;
};
# Enable OpenGL
opengl = {
# Enable graphics
graphics = {
enable = true;
driSupport = true;
driSupport32Bit = true;
enable32Bit = true;
};
};