From ea8e055b1fcce0974cbf64e680279af8a78457ff Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 23 Sep 2023 18:10:39 +0100 Subject: [PATCH] Fix broken wallpaper path --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f2e7e83b..b52a69f9 100644 --- a/flake.nix +++ b/flake.nix @@ -58,7 +58,7 @@ outputs = { self, nixpkgs, home-manager, ... }@inputs: let flakeURL = "git+https://git.xenia.me.uk/xenia/nixos.git?ref=main"; - wallpapers = { default = "${inputs.wallpapers}/waves/cat-waves.png"; }; + wallpapers = { default = ./wallpapers/waves/cat-waves.png; }; catppuccin-themes = with inputs; { alacritty = "${catppuccin-alacritty}/catppuccin-macchiato.yml"; bat = "${catppuccin-bat}/Catppuccin-macchiato.tmTheme";