mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
news: add cudatext entry
This commit is contained in:
committed by
Austin Horstman
parent
10d30c9185
commit
5820376beb
13
modules/misc/news/2025/09/2025-09-13_13-36-15.nix
Normal file
13
modules/misc/news/2025/09/2025-09-13_13-36-15.nix
Normal file
@@ -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.
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user