added rust

This commit is contained in:
Jakub Kropáček 2024-12-02 22:59:56 +01:00
parent f788899505
commit 95f559c055
3 changed files with 7 additions and 0 deletions

View file

@ -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

View file

@ -21,6 +21,9 @@ in
gh
d2
iperf
rustc
cargo
clippy
];
programs.go = {
enable = true;

View file

@ -35,6 +35,7 @@ in
ms-python.debugpy
ms-python.vscode-pylance
golang.go
rust-lang.rust-analyzer
];
mutableExtensionsDir = false;
};