Update editors

Add remote-nvim plugin
Switch away from Zed FHS
This commit is contained in:
Greg Hellings
2025-05-08 12:52:16 -05:00
parent e0b1b5fe4f
commit 293bb518d6
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -144,6 +144,7 @@ in
};
neo-tree.enable = true;
notify.enable = true;
remote-nvim.enable = true;
web-devicons.enable = true;
};
userCommands = {
+1 -1
View File
@@ -14,7 +14,7 @@ in
config = lib.mkIf cfg {
home.packages = with pkgs; [
nil
zed-editor-fhs
zed-editor
];
};
}