diff options
-rw-r--r-- | stallo-configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stallo-configuration.nix b/stallo-configuration.nix index a9a6eb610087..e087b3389856 100644 --- a/stallo-configuration.nix +++ b/stallo-configuration.nix @@ -7,6 +7,10 @@ # Use proprietary nvidia driver services.xserver.videoDrivers = [ "nvidia" ]; + # Enable 32-bit compatibility for Steam: + hardware.opengl.driSupport32Bit = true; + hardware.pulseaudio.support32Bit = true; + networking = { hostName = "stallo"; wireless.enable = true; |