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"