From f81569de327473b301155c5a99586c0147b877ef Mon Sep 17 00:00:00 2001 From: Sergey Yelin Date: Sun, 1 Sep 2024 15:46:49 +0300 Subject: [PATCH] Update module.nix --- build/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/module.nix b/build/module.nix index e48e35a..633e6c4 100644 --- a/build/module.nix +++ b/build/module.nix @@ -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; }; }; }