This commit is contained in:
Invariantspace 2023-12-17 03:58:26 -08:00
parent 2f88932e99
commit d4e290bb35
3 changed files with 6 additions and 0 deletions

View file

@ -8,9 +8,11 @@
# Configure boot loader
boot.loader = {
efi.canTouchEfiVariables = true;
grub = let yorha = pkgs.yorha-grub-theme; in {
enable = true;
device = "nodev";
efiSupport = true;
splashImage = "${yorha}/background.png";
theme = yorha;
};

View file

@ -8,9 +8,11 @@
# Configure boot loader
boot.loader = {
efi.canTouchEfiVariables = true;
grub = let yorha = pkgs.yorha-grub-theme; in {
enable = true;
device = "nodev";
efiSupport = true;
splashImage = "${yorha}/background.png";
theme = yorha;
};

View file

@ -8,9 +8,11 @@
# Configure boot loader
boot.loader = {
efi.canTouchEfiVariables = true;
grub = let yorha = pkgs.yorha-grub-theme; in {
enable = true;
device = "nodev";
efiSupport = true;
splashImage = "${yorha}/background.png";
theme = yorha;
};