mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
news: add abaddon entry
This commit is contained in:
committed by
Austin Horstman
parent
acaf3971c1
commit
32bfbc996e
11
modules/misc/news/2025/09/2025-09-18_13-25-16.nix
Normal file
11
modules/misc/news/2025/09/2025-09-18_13-25-16.nix
Normal 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
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user