package wallpapers
This commit is contained in:
parent
93aa4063db
commit
5af327d454
|
@ -33,5 +33,7 @@
|
|||
|
||||
mesloNFp10k = pkgs.callPackage ./pkgs/fonts/MesloNFp10k.nix { };
|
||||
|
||||
wallpapers = pkgs.callPackage ./pkgs/wallpapers/monogatari { };
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{fetchzip}:
|
||||
|
||||
fetchzip {
|
||||
url = "https://dandellion.xyz/wallpapers.tar.gz";
|
||||
sha256 = "1m8glzg4n84x00km144fjyd3a8k4657g4fkxyiya57l10v5k649m";
|
||||
stripRoot=false;
|
||||
}
|
Loading…
Reference in New Issue