fix handling of theme to be sensible
This commit is contained in:
parent
4adff4833c
commit
1fcc265a38
|
@ -54,10 +54,7 @@
|
||||||
device = "nodev";
|
device = "nodev";
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
enableCryptodisk = true;
|
enableCryptodisk = true;
|
||||||
theme = "/etc/grub-themes/sayonara";
|
theme = ../shared/sayonara;
|
||||||
};
|
|
||||||
environment.etc = {
|
|
||||||
"grub-themes/sayonara".source = ../shared/sayonara;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user