zed-editor: remove libewa as maintainer and resolve TODO

I no longer use Zed, and most of the code in the module is not mine.
I'd rather have someone who actually uses the module take it up.

The TODO was resolved a long time ago.
This commit is contained in:
Linus Warnatz 2026-03-08 08:20:22 +01:00 committed by Matthieu Coudron
parent 5be5d8245c
commit bb014746ed

View file

@ -37,11 +37,9 @@ let
});
in
{
meta.maintainers = [ lib.hm.maintainers.libewa ];
meta.maintainers = [ ];
options = {
# TODO: add vscode option parity (installing extensions, configuring
# keybinds with nix etc.)
programs.zed-editor = {
enable = lib.mkEnableOption "Zed, the high performance, multiplayer code editor from the creators of Atom and Tree-sitter";