pkgs: add ani-cli and manga-tui

This commit is contained in:
Youwen Wu 2024-08-25 16:03:57 -07:00
parent 4e5dd3183c
commit 94cf193aa0
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 5 additions and 0 deletions

View file

@ -9,6 +9,7 @@ in {
nixpkgs.overlays = [ nixpkgs.overlays = [
(self: super: { (self: super: {
librewolf = stablepkgs.librewolf; librewolf = stablepkgs.librewolf;
manga-tui = bleedingpkgs.manga-tui;
}) })
]; ];
} }

View file

@ -30,5 +30,9 @@ with pkgs; [
vesktop vesktop
signal-desktop signal-desktop
# fun
ani-cli
manga-tui
gcc gcc
] ]