mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
pkgs: add ani-cli and manga-tui
This commit is contained in:
parent
4e5dd3183c
commit
94cf193aa0
2 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,7 @@ in {
|
|||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
librewolf = stablepkgs.librewolf;
|
||||
manga-tui = bleedingpkgs.manga-tui;
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
|
@ -30,5 +30,9 @@ with pkgs; [
|
|||
vesktop
|
||||
signal-desktop
|
||||
|
||||
# fun
|
||||
ani-cli
|
||||
manga-tui
|
||||
|
||||
gcc
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue