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:
parent
acaf3971c1
commit
32bfbc996e
1 changed files with 11 additions and 0 deletions
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
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue