diff --git a/nix/system/linux_x86.nix b/nix/system/linux_x86.nix index 38b82e1..998ccec 100644 --- a/nix/system/linux_x86.nix +++ b/nix/system/linux_x86.nix @@ -23,5 +23,6 @@ "--unsupported-gpu" ]; }; + steam.enable = true; }; }