From 05797fabbcd9f24405b0485dd5afedd5e71a1efc Mon Sep 17 00:00:00 2001 From: Sergey Yelin Date: Sun, 1 Sep 2024 15:49:24 +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 633e6c4..e48e35a 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; }; }; }