Moved zed to homebrew

This commit is contained in:
2026-02-16 14:19:47 -07:00
parent b2410a98b6
commit caae54f948
2 changed files with 3 additions and 1 deletions

View File

@@ -1,8 +1,9 @@
{ pkgs, ... }: { pkgs, lib, ... }:
{ {
programs.zed-editor = { programs.zed-editor = {
enable = true; enable = true;
package = lib.mkForce (pkgs.runCommand "zed-stub" { } "mkdir -p $out");
extensions = [ extensions = [
"nix" "nix"

View File

@@ -19,6 +19,7 @@
"android-platform-tools" "android-platform-tools"
"flutter" "flutter"
"ghostty" "ghostty"
"zed"
"librewolf" "librewolf"
"ngrok" "ngrok"
"pearcleaner" "pearcleaner"