added rust
This commit is contained in:
parent
f788899505
commit
95f559c055
3 changed files with 7 additions and 0 deletions
|
@ -4,3 +4,6 @@
|
|||
- Difference between home-manager and systemPackages/user.user.\<name\>.packages: https://discourse.nixos.org/t/why-does-home-manager-also-have-an-option-to-install-user-packages/33982
|
||||
- Checking propagation of PR to unstable: https://nixpk.gs/pr-tracker.html
|
||||
- Checking version upgrades in commits: https://lazamar.co.uk/nix-versions/
|
||||
|
||||
# TODO
|
||||
- This will be only my workstations config, so I will probably want to move everything possible to home-manager. I will have infrastructure in the future, but I will have a different repository for that
|
|
@ -21,6 +21,9 @@ in
|
|||
gh
|
||||
d2
|
||||
iperf
|
||||
rustc
|
||||
cargo
|
||||
clippy
|
||||
];
|
||||
programs.go = {
|
||||
enable = true;
|
||||
|
|
|
@ -35,6 +35,7 @@ in
|
|||
ms-python.debugpy
|
||||
ms-python.vscode-pylance
|
||||
golang.go
|
||||
rust-lang.rust-analyzer
|
||||
];
|
||||
mutableExtensionsDir = false;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue