Package wallpapers and sync flake inputs and package upstream source

This commit is contained in:
ulic-youthlic 2025-07-03 20:10:07 +08:00
parent bebfd63f40
commit 250c5f2cec
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
9 changed files with 131 additions and 58 deletions

View file

@ -1,7 +1,7 @@
{
rootPath,
lib,
config,
pkgs,
...
}: let
cfg = config.david.wallpaper;
@ -15,7 +15,7 @@ in {
home.file."wallpaper" = {
force = true;
recursive = true;
source = rootPath + "/assets/wallpaper";
source = toString pkgs.wallpapers;
};
};
}