fix(hardware/ppu): add pred to any
This commit is contained in:
parent
e4cae5b248
commit
236d0f60b4
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkMerge [
|
config = mkMerge [
|
||||||
(mkIf (any (with cfg; [ amdgpu nvidia intel ])) {
|
(mkIf (any (v: v) (with cfg; [ amdgpu nvidia intel ])) {
|
||||||
hardware.opengl = {
|
hardware.opengl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
driSupport = true;
|
driSupport = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue