Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -13718,6 +13718,12 @@ githubId = 66133083; name = "Tomas Bravo"; }; tchab = { email = "dev@chabs.name"; github = "t-chab"; githubId = 2120966; name = "t-chab"; }; tchekda = { email = "contact@tchekda.fr"; github = "Tchekda"; Loading pkgs/applications/misc/stylish/default.nix 0 → 100644 +39 −0 Original line number Diff line number Diff line { lib , stdenvNoCC , fetchFromGitHub }: stdenvNoCC.mkDerivation rec { pname = "stylish"; version = "unstable-2022-12-05"; src = fetchFromGitHub { owner = "thevinter"; repo = "styli.sh"; rev = "d595412a949c6cdc7e151ae0cf929aa1958aa7f1"; hash = "sha256-lFnzrYnTFWe8bvK//aC1+TapWIFNsNP60Msn7D0tk/0="; }; installPhase = '' runHook preInstall mkdir -p $out/bin cp "${src}/styli.sh" $out/bin chmod +x $out/bin/styli.sh runHook postInstall ''; meta = with lib; { homepage = "https://github.com/thevinter/styli.sh"; description = "A shell script to manage wallpapers"; longDescription = '' Styli.sh is a Bash script that aims to automate the tedious process of finding new wallpapers, downloading and switching them via the configs. Styli.sh can search for specific wallpapers from unsplash or download a random image from the specified subreddits. If you have pywal it also can set automatically your terminal colors. ''; license = licenses.mit; maintainers = with maintainers; [ tchab ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -12020,6 +12020,8 @@ with pkgs; strongswanTNC = strongswan.override { enableTNC = true; }; strongswanNM = strongswan.override { enableNetworkManager = true; }; stylish = callPackage ../applications/misc/stylish { }; stylish-haskell = haskell.lib.compose.justStaticExecutables haskellPackages.stylish-haskell; su = shadow.su; Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -13718,6 +13718,12 @@ githubId = 66133083; name = "Tomas Bravo"; }; tchab = { email = "dev@chabs.name"; github = "t-chab"; githubId = 2120966; name = "t-chab"; }; tchekda = { email = "contact@tchekda.fr"; github = "Tchekda"; Loading
pkgs/applications/misc/stylish/default.nix 0 → 100644 +39 −0 Original line number Diff line number Diff line { lib , stdenvNoCC , fetchFromGitHub }: stdenvNoCC.mkDerivation rec { pname = "stylish"; version = "unstable-2022-12-05"; src = fetchFromGitHub { owner = "thevinter"; repo = "styli.sh"; rev = "d595412a949c6cdc7e151ae0cf929aa1958aa7f1"; hash = "sha256-lFnzrYnTFWe8bvK//aC1+TapWIFNsNP60Msn7D0tk/0="; }; installPhase = '' runHook preInstall mkdir -p $out/bin cp "${src}/styli.sh" $out/bin chmod +x $out/bin/styli.sh runHook postInstall ''; meta = with lib; { homepage = "https://github.com/thevinter/styli.sh"; description = "A shell script to manage wallpapers"; longDescription = '' Styli.sh is a Bash script that aims to automate the tedious process of finding new wallpapers, downloading and switching them via the configs. Styli.sh can search for specific wallpapers from unsplash or download a random image from the specified subreddits. If you have pywal it also can set automatically your terminal colors. ''; license = licenses.mit; maintainers = with maintainers; [ tchab ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -12020,6 +12020,8 @@ with pkgs; strongswanTNC = strongswan.override { enableTNC = true; }; strongswanNM = strongswan.override { enableNetworkManager = true; }; stylish = callPackage ../applications/misc/stylish { }; stylish-haskell = haskell.lib.compose.justStaticExecutables haskellPackages.stylish-haskell; su = shadow.su;