From c64011493a7798733561ce6df2407e38b2dff0d3 Mon Sep 17 00:00:00 2001 From: randomuser Date: Fri, 7 Jul 2023 17:09:33 -0500 Subject: [PATCH] add wallpapers to the home-manager portion of configuration.nix --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) 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; + }; }; };