diff --git a/machines/entertainment.nix b/machines/entertainment.nix index 4be5d46..684cf93 100644 --- a/machines/entertainment.nix +++ b/machines/entertainment.nix @@ -23,7 +23,7 @@ inputs: ]; # needed for steam - hardware.graphics.support32Bit = true; + hardware.graphics.enable32Bit = true; hardware.pulseaudio.support32Bit = true; programs.steam.enable = true;