This repo provides a curated collection of wallpapers that are hand-picked for high resolution displays. Each wallpaper has been (or will be!) converted to the four colour schemes of Evergarden.
See instructions on the GitHub release page.
nix flake show github:everviolet/wallpapers
Package inputs:
full(default)winterfallspringsummer
flake.nix
inputs = {
wallpapers = {
url = "github:everviolet/wallpapers";
inputs.nixpkgs.follows = "nixpkgs";
};
};configuration.nix
{inputs, pkgs, ...}: {
environment = {
etc."wallpapers".source = inputs.wallpapers.packages.${pkgs.system}.full;
};
}Check out the website!
All images are sourced from the internet and are not my own work. If you are the original artist and would like me to remove your work, please contact us by opening an issue.
- lutgen - CLI tool to generate LUTs and apply them to images
