news: add pay-respects rules addition
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
2fe1e0ea38
commit
f24a755980
1 changed files with 16 additions and 0 deletions
16
modules/misc/news/2026/02/2026-02-12_13-22-50.nix
Normal file
16
modules/misc/news/2026/02/2026-02-12_13-22-50.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
time = "2026-02-12T19:22:50+00:00";
|
||||
condition = config.programs.pay-respects.enable;
|
||||
message = ''
|
||||
The option `programs.pay-respects.rules` was added.
|
||||
|
||||
It generates runtime rule files at
|
||||
{file}`$XDG_CONFIG_HOME/pay-respects/rules/<name>.toml`, where each
|
||||
attribute name under `rules` becomes a filename (for example, `rules.cargo`
|
||||
writes `cargo.toml`).
|
||||
|
||||
For the full runtime-rules format and command matching requirements, see
|
||||
<https://github.com/iffse/pay-respects/blob/main/rules.md>.
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue