mirror of
https://github.com/vinceliuice/grub2-themes.git
synced 2024-11-05 09:26:14 +01:00
Merge pull request #217 from leon-erd/master
Nix: fix extension of splashImage
This commit is contained in:
commit
8ddd471937
@ -139,13 +139,10 @@
|
||||
grub2-theme
|
||||
];
|
||||
boot.loader.grub =
|
||||
let
|
||||
ext = if cfg.splashImage == null then "jpg" else last (splitString "." cfg.splashImage);
|
||||
in
|
||||
{
|
||||
theme = "${grub2-theme}/grub/themes/${cfg.theme}";
|
||||
splashImage =
|
||||
"${grub2-theme}/grub/themes/${cfg.theme}/background.${ext}";
|
||||
"${grub2-theme}/grub/themes/${cfg.theme}/background.jpg";
|
||||
gfxmodeEfi = "${resolution},auto";
|
||||
gfxmodeBios = "${resolution},auto";
|
||||
extraConfig = ''
|
||||
|
Loading…
Reference in New Issue
Block a user