mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
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 { };
|
|
}
|