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