vinceliuice / grub2-themes

Modern Design theme for Grub2
GNU General Public License v3.0
3.29k stars 236 forks source link

flake.nix simplified splashImage changing #212

Closed h4m6urg1r closed 5 months ago

h4m6urg1r commented 5 months ago

Fixed problem that occurred when setting custom splash image for NixOS.

Earlier there was problem when using custom image for grub background and caused grub theme to not work at all.

Preview of borked theme: IMG_20240216_151931

To reproduce: Set any path of image into splashImage attribute. (it was a nix store path in my case)

This patch fixes that problem.