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 abaddon entry

This commit is contained in:
Aguirre Matteo 2025-09-18 13:27:03 -03:00 committed by Austin Horstman
parent acaf3971c1
commit 32bfbc996e

View file

@ -0,0 +1,11 @@
{ pkgs, ... }:
{
time = "2025-09-18T16:25:16+00:00";
condition = pkgs.stdenv.hostPlatform.isLinux;
message = ''
A new module is available: `programs.abaddon`
An alternative Discord client with voice support made with C++ and GTK 3
'';
}