summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-01-28 10:40:04 -0500
committerseth <[email protected]>2023-01-28 10:41:50 -0500
commit4266df21c5bc5325c1851595858e20e0b22f7a75 (patch)
tree28a6a0625c535017dd7f6a20ea4efae7782a6694
parentdc62615baa8e2726075e3b1c0cb2e9c92f6202f8 (diff)
make steam work
-rw-r--r--hosts/common/hardware/nvidia.nix2
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
];