Better rust and latex configuration
This commit is contained in:
parent
f93a17a74f
commit
1011735683
4 changed files with 62 additions and 5 deletions
|
|
@ -1,3 +1,32 @@
|
|||
{ pkgs, lib, config, ... }: {
|
||||
home.packages = with pkgs; [ bacon cargo clippy rustfmt ] ++ (lib.optionals config.programs.helix.enable [ rust-analyzer ]);
|
||||
home.packages = with pkgs; [
|
||||
bacon
|
||||
cargo
|
||||
# cargo-about
|
||||
cargo-audit
|
||||
# cargo-auditable
|
||||
cargo-criterion
|
||||
cargo-deadlinks
|
||||
# cargo-deny
|
||||
# cargo-deps
|
||||
cargo-expand
|
||||
# cargo-feature
|
||||
cargo-flamegraph
|
||||
cargo-fuzz
|
||||
cargo-hack
|
||||
cargo-hakari
|
||||
cargo-inspect
|
||||
cargo-modules
|
||||
cargo-outdated
|
||||
cargo-profiler
|
||||
cargo-release
|
||||
cargo-show-asm
|
||||
cargo-spellcheck
|
||||
cargo-tarpaulin
|
||||
cargo-udeps
|
||||
cargo-watch
|
||||
cargo-workspaces
|
||||
clippy
|
||||
rustfmt
|
||||
] ++ (lib.optionals config.programs.helix.enable [ rust-analyzer ]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue