From caae54f9483d14a1ac173490f0e9d0b69cd0033a Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Mon, 16 Feb 2026 14:19:47 -0700 Subject: [PATCH] Moved zed to homebrew --- modules/home/zed.nix | 3 ++- modules/homebrew.nix | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/home/zed.nix b/modules/home/zed.nix index f75e88b..5b9fe07 100644 --- a/modules/home/zed.nix +++ b/modules/home/zed.nix @@ -1,8 +1,9 @@ -{ pkgs, ... }: +{ pkgs, lib, ... }: { programs.zed-editor = { enable = true; + package = lib.mkForce (pkgs.runCommand "zed-stub" { } "mkdir -p $out"); extensions = [ "nix" diff --git a/modules/homebrew.nix b/modules/homebrew.nix index 96ed37c..904b4f2 100644 --- a/modules/homebrew.nix +++ b/modules/homebrew.nix @@ -19,6 +19,7 @@ "android-platform-tools" "flutter" "ghostty" + "zed" "librewolf" "ngrok" "pearcleaner"