tweaks for ghostty, helix, zed

This commit is contained in:
Noah Masur
2025-03-17 11:00:14 -04:00
parent a611b0ab69
commit 852ecf0b91
6 changed files with 213 additions and 3 deletions

View File

@ -17,7 +17,10 @@ in
programs.zed-editor = {
enable = true;
extensions = [ "nix" ];
extensions = [
"nix"
"rust"
];
extraPackages = [ pkgs.nixd ];