13 stdenvNoCC.mkDerivation rec {
15 version = "unstable-2022-12-05";
17 nativeBuildInputs = [ makeWrapper ];
19 src = fetchFromGitHub {
22 rev = "d595412a949c6cdc7e151ae0cf929aa1958aa7f1";
23 hash = "sha256-lFnzrYnTFWe8bvK//aC1+TapWIFNsNP60Msn7D0tk/0=";
29 cp "${src}/styli.sh" $out/bin
30 chmod +x $out/bin/styli.sh
35 wrapProgram $out/bin/styli.sh --prefix PATH : ${lib.makeBinPath [
46 homepage = "https://github.com/thevinter/styli.sh";
47 description = "A shell script to manage wallpapers";
49 Styli.sh is a Bash script that aims to automate the tedious process
50 of finding new wallpapers, downloading and switching them via the
52 Styli.sh can search for specific wallpapers from unsplash or download
53 a random image from the specified subreddits. If you have pywal it also
54 can set automatically your terminal colors.
56 license = licenses.mit;
57 maintainers = with maintainers; [ tchab ];