Update module.nix

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