code review

This commit is contained in:
Miguel Palhas
2024-10-05 10:30:59 +01:00
parent 6aea960b69
commit 87ff93fb31
6 changed files with 42 additions and 49 deletions
+4
View File
@@ -0,0 +1,4 @@
{ pkgs, ... }: {
home.packages = with pkgs; [ rustup ];
home.sessionPath = [ "\${CARGO_HOME:-~/.cargo}/bin" ];
}