diff options
| author | seth <[email protected]> | 2023-01-28 10:40:04 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-01-28 10:41:50 -0500 |
| commit | 4266df21c5bc5325c1851595858e20e0b22f7a75 (patch) | |
| tree | 28a6a0625c535017dd7f6a20ea4efae7782a6694 /hosts/common | |
| parent | dc62615baa8e2726075e3b1c0cb2e9c92f6202f8 (diff) | |
make steam work
Diffstat (limited to 'hosts/common')
| -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 ]; |
