diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-18 18:52:05 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-18 18:52:05 -0400 |
commit | 9a856d3a5b1f2571a0b575b7476cfae6f0ca9437 (patch) | |
tree | c15165bb39b036acb66a6549188e7533007bff5c /home-config/bash_profile | |
parent | 48409f81f8dfacbb7cadc7cd4ad890353b7c0451 (diff) |
Nix... Nix home manager.. on MY Guix installation?? More likely than
you'd think!
Diffstat (limited to 'home-config/bash_profile')
-rw-r--r-- | home-config/bash_profile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home-config/bash_profile b/home-config/bash_profile index 319a0ca..d58e435 100644 --- a/home-config/bash_profile +++ b/home-config/bash_profile | |||
@@ -4,5 +4,8 @@ export XDG_CURRENT_DESKTOP=sway | |||
4 | export XDG_SESSION_DESKTOP=sway | 4 | export XDG_SESSION_DESKTOP=sway |
5 | export _JAVA_AWT_WM_NONREPEATING=1 | 5 | export _JAVA_AWT_WM_NONREPEATING=1 |
6 | 6 | ||
7 | export XDG_DATA_DIRS=$XDG_DATA_DIRS:~/.nix-profile/share | ||
8 | export PATH=$PATH:~/.nix-profile/bin | ||
9 | |||
7 | # Honor per-interactive-shell startup file | 10 | # Honor per-interactive-shell startup file |
8 | if [ -f ~/.bashrc ]; then . ~/.bashrc; fi | 11 | if [ -f ~/.bashrc ]; then . ~/.bashrc; fi |