1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

news: add anime-downloader entry

This commit is contained in:
Aguirre Matteo 2025-10-10 15:25:38 -03:00 committed by Austin Horstman
parent 95419fb985
commit e4c7df3a95

View file

@ -0,0 +1,11 @@
{ pkgs, ... }:
{
time = "2025-10-10T18:24:32+00:00";
condition = pkgs.stdenv.hostPlatform.isLinux;
message = ''
A new module is available: `programs.anime-downloader`
Anime-Downloader is a simple but powerful anime downloader and streamer.
'';
}