Add updated Zed for now

Add HPsaucii's Zed repo
Add zed-editor to the overlay
Fix Vulkan on Jude
This commit is contained in:
Greg Hellings
2025-05-13 22:19:21 -05:00
parent 4ff045622b
commit 63a2c8b705
3 changed files with 85 additions and 2 deletions
+7
View File
@@ -47,6 +47,10 @@
url = "github:nix-community/NixOS-WSL";
inputs.nixpkgs.follows = "nixunstable";
};
zed = {
url = "github:HPsaucii/zed-editor-flake";
inputs.nixpkgs.follows = "nixunstable";
};
};
outputs =
@@ -59,6 +63,9 @@
inherit self top;
pkgs = prev;
})
// {
zed-editor = top.zed.packages."${prev.stdenv.hostPlatform.system}".zed-editor;
}
);
overlays = [
top.agenix.overlays.default