mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat(rust): manage cargo commands
This commit is contained in:
parent
e9c828cabf
commit
661ff3f1a0
2 changed files with 8 additions and 1 deletions
|
|
@ -8,4 +8,12 @@ in {
|
|||
home.file.".cargo/config.toml".source = toml.generate "config.toml" {
|
||||
build.target-dir = "${config.home.homeDirectory}/.cargo/target";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
cargo-bloat
|
||||
cargo-cache
|
||||
cargo-deny
|
||||
cargo-expand
|
||||
cargo-watch
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -51,7 +51,6 @@
|
|||
flyctl
|
||||
pscale
|
||||
|
||||
bat
|
||||
btop
|
||||
doggo
|
||||
doppler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue