feat(nixvim@modules): added rustfmt

This commit is contained in:
2025-10-17 13:24:31 +01:00
parent 6ec565a7d7
commit 2800ef59bf

View File

@@ -19,6 +19,7 @@ in
config.home.packages = with pkgs; [
# formatters
nixfmt
rustfmt
# misc
ripgrep
];