enable cargo for work and home

This commit is contained in:
Noah Masur
2025-10-13 13:09:02 -04:00
parent 7543721020
commit 7619ac6ea2
3 changed files with 6 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ in
rustfmt
pkg-config
openssl
rust-analyzer
];
};
}

View File

@@ -19,6 +19,10 @@ in
pkgs.pgcli # Postgres client with autocomplete
];
nmasur.presets = {
programs.cargo.enable = lib.mkDefault true;
};
};
}

View File

@@ -49,6 +49,7 @@ in
aws-ssh.enable = lib.mkDefault true;
bash.enable = lib.mkDefault true;
bat.enable = lib.mkDefault true;
cargo.enable = lib.mkDefault true;
direnv.enable = lib.mkDefault true;
dotfiles.enable = lib.mkDefault true;
fd.enable = lib.mkDefault true;