enable rust cargo

This commit is contained in:
ama 2024-07-25 14:56:25 +08:00
parent aecfbc4421
commit 2deb9164d2
2 changed files with 5 additions and 2 deletions

View file

@ -20,6 +20,7 @@
../../user/style/stylix.nix # Styling and themes for my apps
../../user/lang/cc/cc.nix # C and C++ tools
../../user/lang/godot/godot.nix # Game development
../../user/lang/rust/rust.nix
#../../user/pkgs/blockbench.nix # Blockbench ## marked as insecure
../../user/hardware/bluetooth.nix # Bluetooth
];

View file

@ -2,7 +2,9 @@
{
home.packages = with pkgs; [
# Rust setup
rustup
# Rust setup
# rustup
rustc
cargo
];
}