Update module.nix

This commit is contained in:
Sergey Yelin 2024-09-01 15:49:24 +03:00 committed by GitHub
parent f81569de32
commit 05797fabbc
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;
};
};
}