From b666205a77360f04632a90602c7efefb45917030 Mon Sep 17 00:00:00 2001 From: Sergey Yelin Date: Sun, 1 Sep 2024 15:41:36 +0300 Subject: [PATCH 1/4] Fix path to splash image --- build/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/module.nix b/build/module.nix index 54bdfdd..3438124 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; }; }; } From 6baf612e9f66dfe9cca6eeaf53a06a8921bc0040 Mon Sep 17 00:00:00 2001 From: Sergey Yelin Date: Sun, 1 Sep 2024 15:44:11 +0300 Subject: [PATCH 2/4] 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 3438124..e48e35a 100644 --- a/build/module.nix +++ b/build/module.nix @@ -1,4 +1,4 @@ -{ pks, lib, config, ... }: +{ pkgs, lib, config, ... }: with lib; let cfg = config.distro-grub-themes; From f81569de327473b301155c5a99586c0147b877ef Mon Sep 17 00:00:00 2001 From: Sergey Yelin Date: Sun, 1 Sep 2024 15:46:49 +0300 Subject: [PATCH 3/4] 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; }; }; } From 05797fabbcd9f24405b0485dd5afedd5e71a1efc Mon Sep 17 00:00:00 2001 From: Sergey Yelin Date: Sun, 1 Sep 2024 15:49:24 +0300 Subject: [PATCH 4/4] 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; }; }; }