aa8018103c
Restructure the nixos-artwork to make it easy to selectively incorporate other components from upstream without needing to download the full package. Until now only the Gnome_Dark wallpaper was included. Add other wallpapers available in the package repository.
5 lines
75 B
Nix
5 lines
75 B
Nix
{ callPackage }:
|
|
|
|
rec {
|
|
wallpapers = callPackage ./wallpapers.nix { };
|
|
}
|