clean pkgs

This commit is contained in:
EdenQwQ 2025-04-02 23:27:39 +08:00
parent 779815a164
commit 2c9999907f
11 changed files with 24 additions and 31 deletions

View file

@ -6,4 +6,7 @@ stdenvNoCC.mkDerivation {
mkdir -p $out/share/themes
cp *.yaml $out/share/themes
'';
meta = {
description = "Custom base16 color schemes that are not included in the base16 repository";
};
}

View file

@ -71,7 +71,7 @@ rustPlatform.buildRustPackage rec {
meta = {
homepage = "https://github.com/CrazySpottedDove/fiz";
changelog = "https://github.com/CrazySpottedDove/fiz/releases/tag/app-v${version}";
description = "";
description = "Third-party app for Learning in ZJU";
mainProgram = "fiz";
license = lib.licenses.mit;
};

View file

@ -24,7 +24,7 @@ stdenvNoCC.mkDerivation {
meta = with lib; {
description = "The Hug Me Tight font";
maintainers = with maintainers; [ EdenQwQ ];
homepage = "https://mistifonts.com/hug-me-tight";
platforms = platforms.all;
};
}

View file

@ -39,8 +39,8 @@ stdenvNoCC.mkDerivation {
'';
meta = with lib; {
description = "The Kose font";
maintainers = with maintainers; [ EdenQwQ ];
description = "The Kose font by LXGW";
homepage = "https://github.com/lxgw/kose-font";
platforms = platforms.all;
};
}

View file

@ -39,6 +39,5 @@ rustPlatform.buildRustPackage {
description = "A drop-in replacement for sxhkd that works with wayland";
homepage = "https://github.com/waycrate/swhkd";
license = licenses.bsd2;
maintainers = with maintainers; [ EdenQwQ ];
};
}

View file

@ -71,4 +71,7 @@ stdenvNoCC.mkDerivation {
map (wallpaper: "ln -s ${wallpaper} $out/${wallpaper.name}") wallpaperSrcs
|> builtins.concatStringsSep "\n"
);
meta = {
description = "My wallpapers";
};
}

View file

@ -23,7 +23,7 @@ buildGoModule rec {
];
meta = {
description = "ZJU RVPN Go ";
description = "ZJU RVPN client implemented in GO";
homepage = "https://github.com/Mythologyli/zju-connect";
license = lib.licenses.agpl3Only;
mainProgram = "zju-connect";