diff options
| -rw-r--r-- | hosts/common/hardware/nvidia.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/common/hardware/nvidia.nix b/hosts/common/hardware/nvidia.nix index 4bc445c..620761b 100644 --- a/hosts/common/hardware/nvidia.nix +++ b/hosts/common/hardware/nvidia.nix @@ -7,6 +7,8 @@ nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable; opengl = { enable = true; + # make steam work + driSupport32Bit = true; extraPackages = with pkgs; [ vaapiVdpau ]; |
