Modules/Helix: Undeprecate and enable helix

This commit is contained in:
2026-07-02 11:18:05 +02:00
parent 4f2486ae4a
commit b78a1b6e88
4 changed files with 9 additions and 7 deletions
+9
View File
@@ -0,0 +1,9 @@
{
lib,
mylib,
...
}:
with lib;
with mylib.modules; {
enable = mkEnableOption "Helix Editor";
}