about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-rw-r--r--nix/users/fcuny/home-manager.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nix/users/fcuny/home-manager.nix b/nix/users/fcuny/home-manager.nix
index 7752328..ca11b80 100644
--- a/nix/users/fcuny/home-manager.nix
+++ b/nix/users/fcuny/home-manager.nix
@@ -29,5 +29,8 @@
       # media
       mpv
       ffmpeg
+
+      # rust
+      rustup
     ]);
 }