From 43876c81dae336c6938b0c2004ebd3b592c1ac59 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 30 Jul 2018 10:05:12 +0200 Subject: feat(stallo): Enable 32-bit compatibility for audio & video --- stallo-configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'stallo-configuration.nix') 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; -- cgit 1.4.1