1

Modules/Zed: Init zed-editor module

This commit is contained in:
2026-05-13 14:18:20 +02:00
parent a5778ea445
commit 1899f6baa8
5 changed files with 94 additions and 3 deletions

View File

@ -0,0 +1,7 @@
{
lib,
mylib,
...
}: {
enable = lib.mkEnableOption "Enable zed editor";
}