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 = {
enable = true;
package = lib.mkForce (pkgs.runCommand "zed-stub" { } "mkdir -p $out");
extensions = [
"nix"

View File

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