Add Zed editor

This commit is contained in:
Greg Hellings
2024-10-02 10:17:51 -05:00
parent dc2521e3a3
commit 17baffb1b7
3 changed files with 113 additions and 1 deletions
+2
View File
@@ -3,6 +3,7 @@ let
packages = with pkgs; [
bruno # but let's not talk about it
cargo
gh-copilot
mariadb
nix-eval-jobs
nix-fast-build
@@ -12,6 +13,7 @@ let
nixpkgs-review
nodejs
process-compose
zed-editor
];
in with lib; {
options.greg.development = mkEnableOption "Setup necessary development packages";