Moved zed to homebrew
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
programs.zed-editor = {
|
||||
enable = true;
|
||||
package = lib.mkForce (pkgs.runCommand "zed-stub" { } "mkdir -p $out");
|
||||
|
||||
extensions = [
|
||||
"nix"
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
"android-platform-tools"
|
||||
"flutter"
|
||||
"ghostty"
|
||||
"zed"
|
||||
"librewolf"
|
||||
"ngrok"
|
||||
"pearcleaner"
|
||||
|
||||
Reference in New Issue
Block a user