modules/boot: move bootloaders to module

This commit is contained in:
Infinidoge 2021-11-21 19:58:03 -05:00
parent c18b633ea9
commit bca6c11270
7 changed files with 66 additions and 45 deletions

View file

@ -3,13 +3,10 @@
(with suites; [ graphic ])
(with profiles; [
boot.grub
networking.wireless
(with hardware; [
gpu.intel
wireless
])
# services.privoxy
@ -45,6 +42,7 @@
};
modules = {
boot.grub.enable = true;
hardware = {
form.laptop = true;
};