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:
parent
95419fb985
commit
e4c7df3a95
1 changed files with 11 additions and 0 deletions
11
modules/misc/news/2025/10/2025-10-10_15-24-32.nix
Normal file
11
modules/misc/news/2025/10/2025-10-10_15-24-32.nix
Normal 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.
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue