From bb014746edb2a98d975abde4dd40fa240de4cf86 Mon Sep 17 00:00:00 2001 From: Linus Warnatz Date: Sun, 8 Mar 2026 08:20:22 +0100 Subject: [PATCH] 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. --- modules/programs/zed-editor.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/programs/zed-editor.nix b/modules/programs/zed-editor.nix index e1c3b777..0af79167 100644 --- a/modules/programs/zed-editor.nix +++ b/modules/programs/zed-editor.nix @@ -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";