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

@ -7,7 +7,7 @@
networking.wireless networking.wireless
hardware.sound hardware.sound
hardware.nvidia hardware.gpu.nvidia
# peripherals.printing # peripherals.printing
]; ];
}; };

View file

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

View file

@ -10,7 +10,7 @@
(with hardware; [ (with hardware; [
sound sound
amdgpu gpu.amdgpu
laptop laptop
]) ])
# peripherals.printing # peripherals.printing