feat: add zed editor

This commit is contained in:
2026-07-22 22:13:34 +02:00
parent 01eb2a192c
commit 5abd1c4eda
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
flake.modules.homeManager.zed = {
programs.zed-editor.enable = true;
};
}