Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1{ 2 perSystem = 3 { pkgs, ... }: 4 { 5 treefmt = { 6 programs.nixfmt.enable = true; 7 programs.rustfmt.enable = true; 8 }; 9 }; 10}