Rework steam quirk
This commit is contained in:
@@ -16,7 +16,6 @@ in
|
|||||||
quirks [
|
quirks [
|
||||||
"development"
|
"development"
|
||||||
"steam"
|
"steam"
|
||||||
"32bit"
|
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -2,5 +2,8 @@
|
|||||||
{
|
{
|
||||||
hardware = {
|
hardware = {
|
||||||
steam-hardware.enable = true;
|
steam-hardware.enable = true;
|
||||||
|
graphics = {
|
||||||
|
enable32Bit = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user