mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +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 = {
|
||||
enable = true;
|
||||
package = with pkgs; myMesa.drivers;
|
||||
package32 = with pkgs; myMesa.drivers;
|
||||
extraPackages = with pkgs; mkIf (!cfg.useProprietary) (mkAfter [
|
||||
(hiPrio myMesa)
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue