udpate 24.11
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -47,11 +47,10 @@ in
|
||||
nvidiaSettings = cfg.nvidiaSettings;
|
||||
};
|
||||
|
||||
# Enable OpenGL
|
||||
opengl = {
|
||||
# Enable graphics
|
||||
graphics = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user