fix: move gpu config under hardware.gpu

This commit is contained in:
Infinidoge 2021-09-28 13:51:06 -04:00
parent 340c5d6f25
commit c87a53ef28
3 changed files with 3 additions and 2 deletions

View file

@ -9,6 +9,7 @@
(with hardware; [
sound
laptop
gpu.intel
])
];
};