diff options
author | jdlugosz963 <jdlugosz963@gmail.com> | 2024-03-14 10:02:56 +0100 |
---|---|---|
committer | jdlugosz963 <jdlugosz963@gmail.com> | 2024-03-14 10:02:56 +0100 |
commit | 51445ea1df553dabf0471750e914c53cc8d9329c (patch) | |
tree | 16341bb237a99fba6e01eb68cb3babd05d41dd1a | |
parent | 096096b6f265cec5171df29f69a33f7f33bdbb79 (diff) | |
download | dotfiles-51445ea1df553dabf0471750e914c53cc8d9329c.tar.gz dotfiles-51445ea1df553dabf0471750e914c53cc8d9329c.zip |
Edit .bash_profile to export NIX_PATH.
-rw-r--r-- | .bash_profile | 2 | ||||
l--------- | .xsession | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile index e81307b..14802fe 100644 --- a/.bash_profile +++ b/.bash_profile | |||
@@ -12,4 +12,6 @@ for i in $GUIX_EXTRA_PROFILES/*; do | |||
12 | unset profile | 12 | unset profile |
13 | done | 13 | done |
14 | 14 | ||
15 | export NIX_PATH=~/.nix-defexpr/channels/nixos/ | ||
16 | |||
15 | . .profile | 17 | . .profile |
diff --git a/.xsession b/.xsession deleted file mode 120000 index 87c6fd0..0000000 --- a/.xsession +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | .config/emacs/jd-exwm/start.sh \ No newline at end of file | ||