mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-12-22 05:12:56 -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 = {
|
steamos = {
|
||||||
enableMesaPatches = lib.mkForce false;
|
enableAutoMountUdevRules = true;
|
||||||
useSteamOSConfig = true;
|
enableBluetoothConfig = true;
|
||||||
|
enableDefaultCmdlineConfig = true;
|
||||||
|
enableProductSerialAccess = true;
|
||||||
|
enableVendorRadv = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue