fix: move gpu config under hardware.gpu
This commit is contained in:
parent
340c5d6f25
commit
c87a53ef28
3 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
networking.wireless
|
networking.wireless
|
||||||
hardware.sound
|
hardware.sound
|
||||||
hardware.nvidia
|
hardware.gpu.nvidia
|
||||||
# peripherals.printing
|
# peripherals.printing
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
(with hardware; [
|
(with hardware; [
|
||||||
sound
|
sound
|
||||||
laptop
|
laptop
|
||||||
|
gpu.intel
|
||||||
])
|
])
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
(with hardware; [
|
(with hardware; [
|
||||||
sound
|
sound
|
||||||
amdgpu
|
gpu.amdgpu
|
||||||
laptop
|
laptop
|
||||||
])
|
])
|
||||||
# peripherals.printing
|
# peripherals.printing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue