about summary refs log tree commit diff
path: root/configs/shared
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2018-09-04T19·00-0400
committerWilliam Carroll <wpcarro@gmail.com>2018-09-04T19·00-0400
commit0d6c0881a81e2ba3a1cd88f8ae9dab6a86c966af (patch)
tree3e3c5bd1ecaef28955d2e1548cb13fb69288377f /configs/shared
parenta9fa9673dc54ae99fbecff55fe1148ff0641571e (diff)
Support nix configuration
I suppose it was only a matter of time...
Diffstat (limited to 'configs/shared')
-rw-r--r--configs/shared/zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/shared/zsh/.zshrc b/configs/shared/zsh/.zshrc
index 49452db76eaa..e5e9f53edb55 100644
--- a/configs/shared/zsh/.zshrc
+++ b/configs/shared/zsh/.zshrc
@@ -2,6 +2,7 @@ export META_DIR="${HOME}/urbint/meta"
 export DOTFILES="${HOME}/dotfiles"
 export ZSH="${HOME}/.oh-my-zsh"
 export PATH="${PATH}:${HOME}/.local/bin"
+export NIX_PKGS="${HOME}/programming/nixpkgs/pkgs"
 
 # Put this here temporarily until we have a better place for it.
 export FPP_EDITOR='emacsclient -n'