mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Hardware/AMD] also override mesa for 32bit
This commit is contained in:
parent
470ef6f8e4
commit
a12020e7d9
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ in {
|
||||||
hardware.opengl = {
|
hardware.opengl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = with pkgs; myMesa.drivers;
|
package = with pkgs; myMesa.drivers;
|
||||||
|
package32 = with pkgs; myMesa.drivers;
|
||||||
extraPackages = with pkgs; mkIf (!cfg.useProprietary) (mkAfter [
|
extraPackages = with pkgs; mkIf (!cfg.useProprietary) (mkAfter [
|
||||||
(hiPrio myMesa)
|
(hiPrio myMesa)
|
||||||
]);
|
]);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue