HunterThueson / dots

Dotfiles for my NixOS configuration
GNU Lesser General Public License v2.1
0 stars 0 forks source link

add cargo and Rust language support #17

Open HunterThueson opened 1 year ago

HunterThueson commented 1 year ago

add support for cargo and Rust language development/package management. Needed for two main reasons: 1) so that I can continue learning how to develop in Rust, and 2) so that I can install packages like exa, starship, fd, etc.

HunterThueson commented 1 year ago

Originally "fixed" this issue the lazy way; the current implementation needs to be reworked to integrate Rust and Cargo more seamlessly into the nix ecosystem.