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

news: add ahoviewer entry

This commit is contained in:
Aguirre Matteo 2025-09-23 10:43:59 -03:00 committed by Austin Horstman
parent 366b60b8a0
commit 5468c92a23

View file

@ -0,0 +1,11 @@
{ pkgs, ... }:
{
time = "2025-09-23T13:42:39+00:00";
condition = pkgs.stdenv.hostPlatform.isLinux;
message = ''
A new module is available: `programs.ahoviewer`
Ahoviewer is a GTK image viewer, manga reader, and booru browser.
'';
}