mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-21 01:34:34 +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/style/stylix.nix # Styling and themes for my apps
|
||||||
../../user/lang/cc/cc.nix # C and C++ tools
|
../../user/lang/cc/cc.nix # C and C++ tools
|
||||||
../../user/lang/godot/godot.nix # Game development
|
../../user/lang/godot/godot.nix # Game development
|
||||||
|
../../user/lang/rust/rust.nix
|
||||||
#../../user/pkgs/blockbench.nix # Blockbench ## marked as insecure
|
#../../user/pkgs/blockbench.nix # Blockbench ## marked as insecure
|
||||||
../../user/hardware/bluetooth.nix # Bluetooth
|
../../user/hardware/bluetooth.nix # Bluetooth
|
||||||
];
|
];
|
||||||
|
|
|
@ -2,7 +2,9 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# Rust setup
|
# Rust setup
|
||||||
rustup
|
# rustup
|
||||||
|
rustc
|
||||||
|
cargo
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue