hardware/gpu: remove unnecessary driSupport
This commit is contained in:
parent
58bcdb87d1
commit
1b5fb874c0
2 changed files with 0 additions and 2 deletions
|
@ -16,7 +16,6 @@ in
|
|||
(mkIf (any' (with cfg; [ amdgpu nvidia intel ])) {
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
|
||||
extraPackages = with pkgs; flatten [
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue