diff --git a/modules/misc/news/2025/09/2025-09-17_21-13-27.nix b/modules/misc/news/2025/09/2025-09-17_21-13-27.nix new file mode 100644 index 00000000..5828eea8 --- /dev/null +++ b/modules/misc/news/2025/09/2025-09-17_21-13-27.nix @@ -0,0 +1,13 @@ +{ pkgs, ... }: + +{ + time = "2025-09-18T00:13:27+00:00"; + condition = pkgs.stdenv.hostPlatform.isLinux; + message = '' + A new module is available: `programs.formiko` + + Formiko is reStructuredText and MarkDown editor and live previewer. + It is written in Python with Gtk3, GtkSourceView and Webkit2. + Use Docutils and MarkDown to reStructuredText covertor. + ''; +}