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

@ -6,13 +6,10 @@
])
(with profiles; [
boot.grub
networking.wireless
(with hardware; [
gpu.nvidia
wireless
])
btrfs
@ -29,6 +26,7 @@
system.stateVersion = "21.05";
modules = {
boot.grub.enable = true;
hardware = {
wireless.enable = true;
form.desktop = true;