diff --git a/README.md b/README.md index 5f28791..bf8a00f 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,6 @@ - Difference between home-manager and systemPackages/user.user.\.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 \ No newline at end of file diff --git a/homeManagerModules/packages/development.nix b/homeManagerModules/packages/development.nix index c22c2d9..1de8a9c 100644 --- a/homeManagerModules/packages/development.nix +++ b/homeManagerModules/packages/development.nix @@ -21,6 +21,9 @@ in gh d2 iperf + rustc + cargo + clippy ]; programs.go = { enable = true; diff --git a/homeManagerModules/programs/codium.nix b/homeManagerModules/programs/codium.nix index 156116e..4ae44a0 100644 --- a/homeManagerModules/programs/codium.nix +++ b/homeManagerModules/programs/codium.nix @@ -35,6 +35,7 @@ in ms-python.debugpy ms-python.vscode-pylance golang.go + rust-lang.rust-analyzer ]; mutableExtensionsDir = false; };