Package wallpapers and sync flake inputs and package upstream source
This commit is contained in:
parent
bebfd63f40
commit
250c5f2cec
9 changed files with 131 additions and 58 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue