Use zed from nixpkgs instead of upstream zed

This commit is contained in:
Greg Hellings
2024-12-24 00:29:25 -06:00
parent a09d2ee561
commit db6b531ada
5 changed files with 24 additions and 2 deletions
-1
View File
@@ -62,7 +62,6 @@
gh-personal = "$GH_CONFIG_DIR=\"${config.home.homeDirectory}/.config/gh/personal\" gh";
ls = "ls --color";
ll = "ls -l --color";
zed = "nix run \"github:zed-industries/zed/v0.164.x\"";
# Tailscale related ones
tsup = "sudo tailscale up";