nix-dotfiles/hm_modules/rust.nix

3 lines
94 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [ bacon cargo clippy rust-analyzer rustfmt ];
}