add wallpapers to the home-manager portion of configuration.nix

This commit is contained in:
randomuser 2023-07-07 17:09:33 -05:00
parent c893b2d548
commit c64011493a
1 changed files with 4 additions and 0 deletions

View File

@ -114,6 +114,10 @@ in
source = ./config/zathura;
recursive = true;
};
".local/share/wallpapers" = {
source = ./wallpapers;
recursive = true;
};
};
};