global/boot: init, refactored from modules/boot

This commit is contained in:
Infinidoge 2024-07-26 10:46:51 -04:00
parent b09425cee7
commit c399ad4200
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
12 changed files with 27 additions and 79 deletions

View file

@ -9,9 +9,6 @@
powerManagement.resumeCommands = "${pkgs.kmod}/bin/rmod atkbd; ${pkgs.kmod}/bin/modprobe atkbd reset=1";
modules = {
boot = {
grub.enable = true;
};
hardware = {
form.laptop = true;
gpu.amdgpu = true;