nixpkgs/pkgs/data/misc/nixos-artwork/default.nix
romildo aa8018103c nixos-artwork: add more wallpapers
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.
2017-06-07 18:00:58 -03:00

6 lines
75 B
Nix

{ callPackage }:
rec {
wallpapers = callPackage ./wallpapers.nix { };
}