diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 20:56:59 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 20:56:59 +0200 |
| commit | 2eeff2794bd5fffc7abc1e1397d1854b6dc6a092 (patch) | |
| tree | ad20c4443763fdb3a3cc4017b5b820260c4f22e0 | |
| parent | 67e324107e05f3245ddac034607afd0e1dea478f (diff) | |
Added fenix configuration
| -rw-r--r-- | home/mun/default.nix | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/home/mun/default.nix b/home/mun/default.nix index 678f21e..9b0eeb5 100644 --- a/home/mun/default.nix +++ b/home/mun/default.nix @@ -12,8 +12,17 @@ stateVersion = "25.11"; packages = with pkgs; [ - # Development - clippy + # Rust toolchain (via fenix) + (fenix.complete.withComponents [ + "cargo" + "clippy" + "rust-src" + "rustc" + "rustfmt" + ]) + rust-analyzer + + # Python ruff # Applications |
