minegrub!

This commit is contained in:
nora 2023-08-27 11:38:37 +02:00
parent dac43bf48b
commit 8d648972ab
3 changed files with 54 additions and 10 deletions

View file

@ -71,10 +71,16 @@
# boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot/efi";
boot.loader.grub.enable = true;
boot.loader.grub.device = "nodev";
boot.loader.grub.efiSupport = true;
boot.loader.grub.useOSProber = true;
boot.loader.grub = {
enable = true;
device = "nodev";
efiSupport = true;
useOSProber = true;
minegrub-theme = {
enable = true;
# splash = ":3";
};
};
# Enable the X11 windowing system.
services.xserver = {
@ -190,6 +196,7 @@
wineWowPackages.stable
virt-manager
podman
neofetch # for the grub theme
];
# Some programs need SUID wrappers, can be configured further or are