14 stdenv.mkDerivation rec {
18 src = fetchFromGitHub {
19 owner = "shimmerproject";
22 hash = "sha256-De8y+LRQ26UKrUECLCcbCg7p9Z+aRssQ/7YzegAUPw4=";
37 propagatedUserEnvPkgs = [
41 passthru.updateScript = gitUpdater { rev-prefix = "v"; };
44 description = "Grey and blue theme from the Shimmer Project for GTK-based environments";
45 homepage = "https://github.com/shimmerproject/Greybird";
46 license = [ licenses.gpl2Plus ]; # or alternatively: cc-by-nc-sa-30 or later
47 platforms = platforms.linux;
48 maintainers = [ maintainers.romildo ];