aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-03-30 20:56:59 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-03-30 20:56:59 +0200
commit2eeff2794bd5fffc7abc1e1397d1854b6dc6a092 (patch)
treead20c4443763fdb3a3cc4017b5b820260c4f22e0
parent67e324107e05f3245ddac034607afd0e1dea478f (diff)
Added fenix configuration
-rw-r--r--home/mun/default.nix13
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