git scripts

This commit is contained in:
Miguel Palhas
2024-10-06 14:36:09 +01:00
parent 1585865544
commit a436a816b6
14 changed files with 181 additions and 456 deletions
-1
View File
@@ -3,7 +3,6 @@
home.packages = with pkgs; [
rustup
bacon
libgcc
];
home.sessionPath = [ "\${CARGO_HOME:-~/.cargo}/bin" ];
}