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";