about summary refs log tree commit diff
path: root/nixos/alpha
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-07-07 14:22:45 +0900
committersefidel <contact@sefidel.net>2024-07-07 14:22:48 +0900
commite53c5e64e1eac1a69d7f2f2e991f7fe98f8e7b53 (patch)
tree1621a6f1b4fd3007fa74d8b46dbd27a6a8b169f3 /nixos/alpha
parent73b59a3844ad4b659a358128172450fd0aae2ca4 (diff)
downloadnixrc-e53c5e64e1eac1a69d7f2f2e991f7fe98f8e7b53.tar.gz
nixrc-e53c5e64e1eac1a69d7f2f2e991f7fe98f8e7b53.zip
chore(nixos): remove opengl.driSupport
* This option no longer has any effect.
Diffstat (limited to 'nixos/alpha')
-rw-r--r--nixos/alpha/configuration.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix
index f0fbf27..3418ce7 100644
--- a/nixos/alpha/configuration.nix
+++ b/nixos/alpha/configuration.nix
@@ -349,8 +349,6 @@
   };
 
   hardware.opengl.enable = true;
-  hardware.opengl.driSupport = true;
-  hardware.opengl.driSupport32Bit = true;
   hardware.opengl.extraPackages = with pkgs; [ vaapiVdpau libvdpau-va-gl ];
 
   xdg.portal = {