nixos-artwork.wallpapers.{gear,moonscape,recursive,waterfall,watersplash}: init at 2022-04-19
This commit is contained in:
parent
5968598e5f
commit
a6ae8972a5
@ -80,6 +80,16 @@ rec {
|
||||
license = lib.licenses.cc-by-sa-40;
|
||||
};
|
||||
|
||||
gear = mkNixBackground {
|
||||
name = "gear-2022-04-19";
|
||||
description = "3D wallpaper for Nix";
|
||||
src = fetchurl {
|
||||
url = "https://raw.githubusercontent.com/NixOS/nixos-artwork/bcdd2770f5f4839fddc9b503e68db2bc3a87ca4d/wallpapers/nix-wallpaper-gear.png";
|
||||
hash = "sha256-2sT6b49/iClTs9QuUvpmZ5gcIeXI9kebs5IqgQN1RL8=";
|
||||
};
|
||||
license = lib.licenses.cc-by-sa-40;
|
||||
};
|
||||
|
||||
gnome-dark = simple-dark-gray-bottom;
|
||||
|
||||
gradient-grey = mkNixBackground {
|
||||
@ -92,6 +102,16 @@ rec {
|
||||
# license not clarified
|
||||
};
|
||||
|
||||
moonscape = mkNixBackground {
|
||||
name = "moonscape-2022-04-19";
|
||||
description = "3D wallpaper for Nix";
|
||||
src = fetchurl {
|
||||
url = "https://raw.githubusercontent.com/NixOS/nixos-artwork/bcdd2770f5f4839fddc9b503e68db2bc3a87ca4d/wallpapers/nix-wallpaper-moonscape.png";
|
||||
hash = "sha256-AR3W8avHzQLxMNLfD/A1efyZH+vAdTLKllEhJwBl0xc=";
|
||||
};
|
||||
license = lib.licenses.cc-by-sa-40;
|
||||
};
|
||||
|
||||
mosaic-blue = mkNixBackground {
|
||||
name = "mosaic-blue-2016-02-19";
|
||||
description = "Mosaic blue background for Nix";
|
||||
@ -142,6 +162,16 @@ rec {
|
||||
license = lib.licenses.cc-by-sa-40;
|
||||
};
|
||||
|
||||
recursive = mkNixBackground {
|
||||
name = "recursive-2022-04-19";
|
||||
description = "3D wallpaper for Nix";
|
||||
src = fetchurl {
|
||||
url = "https://raw.githubusercontent.com/NixOS/nixos-artwork/bcdd2770f5f4839fddc9b503e68db2bc3a87ca4d/wallpapers/nix-wallpaper-recursive.png";
|
||||
hash = "sha256-YvFrlysNGMwJ7eMFOoz0KI8AjoPN3ao+AVOgnVZzkFE=";
|
||||
};
|
||||
license = lib.licenses.cc-by-sa-40;
|
||||
};
|
||||
|
||||
simple-blue = mkNixBackground {
|
||||
name = "simple-blue-2016-02-19";
|
||||
description = "Simple blue background for Nix";
|
||||
@ -222,4 +252,24 @@ rec {
|
||||
license = lib.licenses.cc0;
|
||||
};
|
||||
|
||||
waterfall = mkNixBackground {
|
||||
name = "waterfall-2022-04-19";
|
||||
description = "3D wallpaper for Nix";
|
||||
src = fetchurl {
|
||||
url = "https://raw.githubusercontent.com/NixOS/nixos-artwork/bcdd2770f5f4839fddc9b503e68db2bc3a87ca4d/wallpapers/nix-wallpaper-waterfall.png";
|
||||
hash = "sha256-ULFNUZPU9khDG6rtkMskLe5sYpUcrJVvcFvEkpvXjMM=";
|
||||
};
|
||||
license = lib.licenses.cc-by-sa-40;
|
||||
};
|
||||
|
||||
watersplash = mkNixBackground {
|
||||
name = "watersplash-2022-04-19";
|
||||
description = "3D wallpaper for Nix";
|
||||
src = fetchurl {
|
||||
url = "https://raw.githubusercontent.com/NixOS/nixos-artwork/bcdd2770f5f4839fddc9b503e68db2bc3a87ca4d/wallpapers/nix-wallpaper-watersplash.png";
|
||||
hash = "sha256-6Gdjzq3hTvUH7GeZmZnf+aOQruFxReUNEryAvJSgycQ=";
|
||||
};
|
||||
license = lib.licenses.cc-by-sa-40;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user