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
5
overlays/additions/wallpapers.nix
Normal file
5
overlays/additions/wallpapers.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{outputs, ...}: _final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
inherit (outputs.packages.${system}) wallpapers;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue