Loading maintainers/maintainer-list.nix +5 −0 Original line number Diff line number Diff line Loading @@ -1516,6 +1516,11 @@ githubId = 11037075; name = "Ashley Hooper"; }; ashvith-shetty = { github = "Ashvith10"; githubId = 113123021; name = "Ashvith Shetty"; }; aske = { email = "aske@fmap.me"; github = "aske"; Loading pkgs/data/icons/tau-hydrogen/default.nix 0 → 100644 +36 −0 Original line number Diff line number Diff line { stdenv, lib, fetchFromGitHub, meson, ninja, librsvg, xorg }: stdenv.mkDerivation (finalAttrs: { pname = "tau-hydrogen"; version = "1.0.11"; src = fetchFromGitHub { owner = "tau-OS"; repo = "tau-hydrogen"; rev = finalAttrs.version; hash = "sha256-ECrRWWS/Am0lfCIJw/BVZg53oLw79Im8d8KgAYxE+pw="; }; nativeBuildInputs = [ meson ninja librsvg xorg.xcursorgen ]; meta = with lib; { description = "The GTK icon theme for tauOS"; homepage = "https://github.com/tau-OS/tau-hydrogen"; license = licenses.gpl3Only; platforms = platforms.unix; maintainers = with maintainers; [ ashvith-shetty ]; }; }) pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -30260,6 +30260,8 @@ with pkgs; gtk = res.gtk2; }; tau-hydrogen = callPackage ../data/icons/tau-hydrogen { }; theme-jade1 = callPackage ../data/themes/jade1 { }; theme-obsidian2 = callPackage ../data/themes/obsidian2 { }; Loading
maintainers/maintainer-list.nix +5 −0 Original line number Diff line number Diff line Loading @@ -1516,6 +1516,11 @@ githubId = 11037075; name = "Ashley Hooper"; }; ashvith-shetty = { github = "Ashvith10"; githubId = 113123021; name = "Ashvith Shetty"; }; aske = { email = "aske@fmap.me"; github = "aske"; Loading
pkgs/data/icons/tau-hydrogen/default.nix 0 → 100644 +36 −0 Original line number Diff line number Diff line { stdenv, lib, fetchFromGitHub, meson, ninja, librsvg, xorg }: stdenv.mkDerivation (finalAttrs: { pname = "tau-hydrogen"; version = "1.0.11"; src = fetchFromGitHub { owner = "tau-OS"; repo = "tau-hydrogen"; rev = finalAttrs.version; hash = "sha256-ECrRWWS/Am0lfCIJw/BVZg53oLw79Im8d8KgAYxE+pw="; }; nativeBuildInputs = [ meson ninja librsvg xorg.xcursorgen ]; meta = with lib; { description = "The GTK icon theme for tauOS"; homepage = "https://github.com/tau-OS/tau-hydrogen"; license = licenses.gpl3Only; platforms = platforms.unix; maintainers = with maintainers; [ ashvith-shetty ]; }; })
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -30260,6 +30260,8 @@ with pkgs; gtk = res.gtk2; }; tau-hydrogen = callPackage ../data/icons/tau-hydrogen { }; theme-jade1 = callPackage ../data/themes/jade1 { }; theme-obsidian2 = callPackage ../data/themes/obsidian2 { };