feat: fetch wallpapers remotely as flake input

This commit is contained in:
Youwen Wu 2024-08-26 00:43:36 -07:00
parent 1412f718a4
commit c49fd7b485
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 25 additions and 3 deletions

View file

@ -1,5 +1,5 @@
{
config,
inputs,
pkgs,
...
}: {
@ -22,7 +22,7 @@
# '';
home.file.".wallpapers" = {
source = ../../../wallpapers;
source = inputs.wallpapers;
recursive = true;
};