mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
mauville: fixed opengl nesting error
This commit is contained in:
parent
9d55670e14
commit
44d379c794
|
@ -31,7 +31,7 @@
|
||||||
];
|
];
|
||||||
# Add support for 32bit apps.
|
# Add support for 32bit apps.
|
||||||
driSupport32Bit = true;
|
driSupport32Bit = true;
|
||||||
opengl.extraPackages32 = with pkgs; [
|
extraPackages32 = with pkgs; [
|
||||||
driversi686Linux.amdvlk
|
driversi686Linux.amdvlk
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue