mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 02:23:55 -05:00
pacifidlog: disable mesa patches
This commit is contained in:
parent
27c0f4042f
commit
fd5d4ed7f9
|
@ -75,7 +75,10 @@
|
|||
user = "aly";
|
||||
};
|
||||
|
||||
steamos.useSteamOSConfig = true;
|
||||
steamos = {
|
||||
enableMesaPatches = lib.mkForce false;
|
||||
useSteamOSConfig = true;
|
||||
};
|
||||
};
|
||||
|
||||
networking.hostName = "pacifidlog";
|
||||
|
|
Loading…
Reference in a new issue