diff --git a/modules/misc/news/2025/09/2025-09-13_13-36-15.nix b/modules/misc/news/2025/09/2025-09-13_13-36-15.nix new file mode 100644 index 00000000..994228b7 --- /dev/null +++ b/modules/misc/news/2025/09/2025-09-13_13-36-15.nix @@ -0,0 +1,13 @@ +{ + time = "2025-09-13T16:36:15+00:00"; + condition = true; + message = '' + A new module is available: `programs.cudatext` + + CudaText is a cross-platform text editor, written in Object Pascal. + It is open source project and can be used free of charge, even for business. + It starts quite fast: ~0.3 sec with ~30 plugins, on Linux on CPU Intel Core + i3 3GHz. It is extensible by Python add-ons: plugins, linters, code tree parsers, + external tools. Syntax parser is feature-rich, from EControl engine. + ''; +}