news: add aphorme entry

This commit is contained in:
Aguirre Matteo 2026-01-14 14:06:44 -03:00 committed by Austin Horstman
parent 9ccc5b1ef4
commit 57e99ed4a1

View file

@ -0,0 +1,11 @@
{ pkgs, ... }:
{
time = "2026-01-14T17:05:44+00:00";
condition = pkgs.stdenv.hostPlatform.isLinux;
message = ''
A new module is available: `programs.aphorme`
A program launcher for window managers, written in Rust.
'';
}