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: youwen
GPG key ID: 865658ED1FE61EC3
2 changed files with 5 additions and 0 deletions

View file

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