hardware/gpu: remove unnecessary driSupport

This commit is contained in:
Infinidoge 2024-07-13 21:03:15 -04:00
parent 58bcdb87d1
commit 1b5fb874c0
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E
2 changed files with 0 additions and 2 deletions

View file

@ -16,7 +16,6 @@ in
(mkIf (any' (with cfg; [ amdgpu nvidia intel ])) {
hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
extraPackages = with pkgs; flatten [

View file

@ -131,7 +131,6 @@ in
# Taken from the programs.steam option, reimplemented here to move software into userland
hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
};