Files
garandos/modules/home/zed/extra-packages.nix
2025-12-29 01:14:13 +01:00

10 lines
139 B
Nix

{pkgs, ...}: {
programs.zed-editor.extraPackages = with pkgs; [
# biome
rust-analyzer
nixd
alejandra
opencode
];
}