start of a nix home-manager configuration.

This commit is contained in:
Gabe Venberg 2024-03-18 17:37:20 -05:00
parent 1e3208699b
commit 2b11da0b62
15 changed files with 2784 additions and 1 deletions

View file

@ -31,6 +31,7 @@
export PATH="$PATH:$HOME/.local/bin/"
export PATH="$PATH:/opt"
export PATH="$PATH:$HOME/.cargo/bin"
export PATH="$PATH:$HOME/.nix-profile/bin"
#prompt
setprompt() {