feat: install some cargo tools globally

This commit is contained in:
buffet 2023-01-11 16:54:54 +01:00
parent b20ca80d1f
commit 53d66ee6e6
2 changed files with 5 additions and 0 deletions

View file

@ -30,6 +30,10 @@ in {
home-manager.users.buffet = {
home = {
packages = with pkgs; [
cargo
cargo-crev
cargo-limit
cargo-nextest
du-dust
fd
gdb

View file

@ -34,6 +34,7 @@
allowOther = true;
directories = [
"crev/.local/share/crev"
"data/books"
"data/docs"
"data/git"