mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-04 14:32:34 +02:00
Update module.nix
This commit is contained in:
parent
f81569de32
commit
05797fabbc
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ in
|
||||||
{
|
{
|
||||||
boot.loader.grub = {
|
boot.loader.grub = {
|
||||||
theme = pkgs.callPackage ./default.nix { theme = cfg.theme; };
|
theme = pkgs.callPackage ./default.nix { theme = cfg.theme; };
|
||||||
splashImage = ./assets/splash_image.jpg;
|
splashImage = ./../assets/splash_image.jpg;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue