This website requires JavaScript.
Explore
Help
Sign In
cafkafk
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
2
47e2bce865
nixpkgs
/
pkgs
/
data
/
misc
/
nixos-artwork
/
default.nix
6 lines
75 B
Nix
Raw
Normal View
History
Unescape
Escape
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 23:00:58 +02:00
{
callPackage
}:
nixos-artwork: Make into a derivation and use fetchfromgithub
2015-06-09 03:32:32 +02:00
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 23:00:58 +02:00
rec
{
wallpapers
=
callPackage
./wallpapers.nix
{
}
;
nixos-artwork: Make into a derivation and use fetchfromgithub
2015-06-09 03:32:32 +02:00
}
Reference in a new issue
Copy permalink