From e4babb3003e6f88c00af509903616dc0ec790a5b Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Tue, 14 Mar 2023 20:57:39 -0400 Subject: [PATCH] fixed inaccurate boot image location --- modules/boot/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/boot/default.nix b/modules/boot/default.nix index e93715a..fdbbb05 100644 --- a/modules/boot/default.nix +++ b/modules/boot/default.nix @@ -1,4 +1,8 @@ -inputs: {lib, ...}: { +inputs: { + lib, + self, + ... +}: { imports = [(import ./stage2patch.nix inputs)]; environment.etc = { "issue" = { @@ -14,7 +18,7 @@ inputs: {lib, ...}: { plymouth = { enable = lib.mkDefault true; theme = "breeze"; - logo = ../misc/nixos.png; + logo = "${self}/misc/nixos.png"; }; loader = { systemd-boot = {