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