mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-20 17:24:35 +05:30
enable rust cargo
This commit is contained in:
parent
aecfbc4421
commit
2deb9164d2
|
@ -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
|
||||
];
|
||||
|
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# Rust setup
|
||||
rustup
|
||||
# Rust setup
|
||||
# rustup
|
||||
rustc
|
||||
cargo
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue