mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
lapce: add module (#5752)
Adds the 'programs.lapce' module for configuring lapce text editor. Options for settings, plugins and keymaps are available.
This commit is contained in:
@@ -1700,6 +1700,16 @@ in {
|
||||
'';
|
||||
}
|
||||
|
||||
{
|
||||
time = "2024-08-18T11:42:08+00:00";
|
||||
message = ''
|
||||
A new module is available: 'programs.lapce'.
|
||||
|
||||
Lightning-fast and Powerful Code Editor written in Rust.
|
||||
See https://lapce.dev/ for more.
|
||||
'';
|
||||
}
|
||||
|
||||
{
|
||||
time = "2024-09-13T08:58:17+00:00";
|
||||
condition = hostPlatform.isLinux;
|
||||
|
||||
Reference in New Issue
Block a user