mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-12-21 23:25:58 -05:00
pacifidlog: be selective in jovian steamos optimizations where they interfere with our own
This commit is contained in:
parent
dec268838d
commit
111589dda8
|
@ -76,8 +76,11 @@
|
|||
};
|
||||
|
||||
steamos = {
|
||||
enableMesaPatches = lib.mkForce false;
|
||||
useSteamOSConfig = true;
|
||||
enableAutoMountUdevRules = true;
|
||||
enableBluetoothConfig = true;
|
||||
enableDefaultCmdlineConfig = true;
|
||||
enableProductSerialAccess = true;
|
||||
enableVendorRadv = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue