From 7afeff9d815e8e5edff705d8ef1de44a0c0a8b8a Mon Sep 17 00:00:00 2001 From: Aguirre Matteo Date: Sat, 11 Oct 2025 17:57:42 -0300 Subject: [PATCH] news: add anvil-editor entry --- modules/misc/news/2025/10/2025-10-11_17-56-35.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 modules/misc/news/2025/10/2025-10-11_17-56-35.nix diff --git a/modules/misc/news/2025/10/2025-10-11_17-56-35.nix b/modules/misc/news/2025/10/2025-10-11_17-56-35.nix new file mode 100644 index 000000000..d4aff8e7f --- /dev/null +++ b/modules/misc/news/2025/10/2025-10-11_17-56-35.nix @@ -0,0 +1,12 @@ +{ + time = "2025-10-11T20:56:35+00:00"; + condition = true; + message = '' + A new module is available: `programs.anvil-editor` + + Anvil is a graphical, multi-pane tiling editor that makes bold use + of the mouse and integrates closely with the shell. It supports syntax + highlighting, multiple cursors and selections, remote file editing, and + contains a powerful text manipulation language. + ''; +}