feat: starting to install zed

This commit is contained in:
Nick 2025-01-12 14:36:43 -06:00
parent 9ef7554967
commit 616ce7fbca
6 changed files with 102 additions and 1 deletions

View file

@ -67,6 +67,10 @@
url = "github:direnv/direnv";
inputs.nixpkgs.follows = "nixpkgs";
};
zed = {
url = "github:zed-industries/zed";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs: