fixed inaccurate boot image location

This commit is contained in:
Gerg-L 2023-03-14 20:57:39 -04:00
parent 3d67b76cee
commit e4babb3003

View file

@ -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 = {