mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 18:34:56 +08:00
clean pkgs
This commit is contained in:
parent
779815a164
commit
2c9999907f
11 changed files with 24 additions and 31 deletions
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -71,4 +71,7 @@ stdenvNoCC.mkDerivation {
|
|||
map (wallpaper: "ln -s ${wallpaper} $out/${wallpaper.name}") wallpaperSrcs
|
||||
|> builtins.concatStringsSep "\n"
|
||||
);
|
||||
meta = {
|
||||
description = "My wallpapers";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue