Skip to content

Commit

Permalink
Add rust
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystucki committed Jun 22, 2024
1 parent 27f002b commit 5d85e9c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/home-manager.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
/gcloud.nix
/git.nix
/java.nix
/rust.nix
/tex.nix
/tmux.nix
/typst.nix
Expand Down
10 changes: 10 additions & 0 deletions components/rust.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{ pkgs, ... }:

{
home.packages = with pkgs; [
cargo
rustc
rustfmt
clippy
];
}

0 comments on commit 5d85e9c

Please sign in to comment.