diff options
author | EuAndreh <eu@euandre.org> | 2024-04-22 08:41:34 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-04-22 08:41:34 -0300 |
commit | 9cf5aece93e2e7f2189a5f69feb2478e0cbf2be3 (patch) | |
tree | 8e61e76c3d0c64e9800a52a87b59ebb3fa7af5bc /etc/sh/rc | |
parent | etc/sh/rc: Stop exporting $SHAREDIR (diff) | |
download | dotfiles-9cf5aece93e2e7f2189a5f69feb2478e0cbf2be3.tar.gz dotfiles-9cf5aece93e2e7f2189a5f69feb2478e0cbf2be3.tar.xz |
etc/sh/rc: Point $NIX_PATH to local Nix repository
Diffstat (limited to 'etc/sh/rc')
-rw-r--r-- | etc/sh/rc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch/default/config" export PASSWORD_STORE_DIR="$SRC/private/password-store" export MAILCAPS="$XDG_CONFIG_HOME/mailcaps/config" export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/pythonrc.py" +export NIX_PATH=nixpkgs="$HOME/dev/misc/nixpkgs" export EXINIT=' " set number set ruler |