diff options
author | sefidel <contact@sefidel.net> | 2024-07-07 14:22:45 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-07-07 14:22:48 +0900 |
commit | e53c5e64e1eac1a69d7f2f2e991f7fe98f8e7b53 (patch) | |
tree | 1621a6f1b4fd3007fa74d8b46dbd27a6a8b169f3 /nixos/alpha/configuration.nix | |
parent | 73b59a3844ad4b659a358128172450fd0aae2ca4 (diff) | |
download | nixrc-e53c5e64e1eac1a69d7f2f2e991f7fe98f8e7b53.tar.gz nixrc-e53c5e64e1eac1a69d7f2f2e991f7fe98f8e7b53.zip |
chore(nixos): remove opengl.driSupport
* This option no longer has any effect.
Diffstat (limited to 'nixos/alpha/configuration.nix')
-rw-r--r-- | nixos/alpha/configuration.nix | 2 |
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 = { |