3 lines
94 B
Nix
3 lines
94 B
Nix
{ pkgs, ... }: {
|
|
home.packages = with pkgs; [ bacon cargo clippy rust-analyzer rustfmt ];
|
|
}
|