Optimize steam quirk

This commit is contained in:
2025-09-01 23:51:55 +03:00
parent 56b208b080
commit 268c1dbb96

View File

@@ -1,9 +1,10 @@
{ ... }: { ... }:
{ {
imports = [
./32bit.nix
];
hardware = { hardware = {
steam-hardware.enable = true; steam-hardware.enable = true;
graphics = {
enable32Bit = true;
};
}; };
} }