From 020d90f38f7e6a22074622b5b3dcc9da9475466a Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 9 May 2022 14:19:14 +0000 Subject: [PATCH] Update config-plasma.nix --- config-plasma.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config-plasma.nix b/config-plasma.nix index 6c9e7b3..bd8ea95 100644 --- a/config-plasma.nix +++ b/config-plasma.nix @@ -20,6 +20,9 @@ }; }; + # Enable 32 Bit libraries for applications like Steam + hardware.opengl.driSupport32Bit = true; + # Name your host machine networking.hostName = "NixOS-VM";