Fix path to splash image

This commit is contained in:
Sergey Yelin 2024-09-01 15:41:36 +03:00 committed by GitHub
parent e8a56d7e37
commit b666205a77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ in
{
boot.loader.grub = {
theme = pkgs.callPackage ./default.nix { theme = cfg.theme; };
splashImage = ./assets/splash_image.jpg;
splashImage = ./../assets/splash_image.jpg;
};
};
}