feat(scripts): global scripts and fetch all git

This commit is contained in:
Florian Schmitt 2025-03-01 18:45:27 +03:00
parent 8ae96ad1ca
commit f110fbfaf8
3 changed files with 15 additions and 0 deletions

View file

@ -120,6 +120,7 @@ in
#LD_LIBRARY_PATH = "${pkgs.stdenv.cc.cc.lib}/lib";
};
home.sessionPath = [
"$HOME/Code/nixos-config/scripts"
"$HOME/.local/bin"
"$HOME/go/bin"
];