fix handling of theme to be sensible

This commit is contained in:
Rachel Lambda Samuelsson 2023-08-01 15:37:40 +02:00
parent 4adff4833c
commit 1fcc265a38

View File

@ -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";