diff options
Diffstat (limited to 'modules/system/boot/grub.nix')
| -rw-r--r-- | modules/system/boot/grub.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/system/boot/grub.nix b/modules/system/boot/grub.nix index 49e0eef..3932713 100644 --- a/modules/system/boot/grub.nix +++ b/modules/system/boot/grub.nix @@ -5,7 +5,6 @@ device = "nodev"; efiSupport = true; useOSProber = true; - configurationLimit = 10; memtest86.enable = true; gfxmodeEfi = "1920x1080x32"; gfxmodeBios = "1920x1080x32"; @@ -13,15 +12,6 @@ gfxpayloadEfi = "keep"; splashMode = "normal"; - # extraEntries = '' - # menuentry "Arch Linux (linux-clear)" { - # linux /vmlinuz-linux-clear - # initrd /amd-ucode.img - # initrd /booster-linux-clear.img - # options root=PARTUUID=f510f35d-76a0-4469-aad5-da449541ecd2 rootflags=subvol=@ rw rootfstype=btrfs psi=1 nvidia_drm.modeset=1 - # } - # ''; - theme = pkgs.fetchFromGitHub { owner = "Lxtharia"; repo = "minegrub-theme"; |