diff --git a/configuration.nix b/configuration.nix index 4728705..32b348f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -114,6 +114,10 @@ in source = ./config/zathura; recursive = true; }; + ".local/share/wallpapers" = { + source = ./wallpapers; + recursive = true; + }; }; };