From 9a3104af975b55487b563e542f1f960b8e3d5ea0 Mon Sep 17 00:00:00 2001 From: jay Date: Wed, 2 Jul 2025 07:18:35 -0400 Subject: [PATCH] Fix wallpaper declaration. --- nodes/hosts/common/home/jay/programs/stylix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/hosts/common/home/jay/programs/stylix.nix b/nodes/hosts/common/home/jay/programs/stylix.nix index befa1c2..f5d6049 100644 --- a/nodes/hosts/common/home/jay/programs/stylix.nix +++ b/nodes/hosts/common/home/jay/programs/stylix.nix @@ -2,7 +2,7 @@ stylix = { enable = true; base16Scheme = "${pkgs.base16-schemes}/share/themes/nord.yaml"; - image = ./nixos-wallpaper.png; + image = ../../../wallpapers/nixos-wallpaper.png; # Wipeout HD Theme #image = ./wipeout.png; # Wipeout HD Reverse Theme