diff options
-rw-r--r-- | home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -113,6 +113,7 @@ do PATH=$DIR:$PATH fi done +[[ -f ~/.nix-profile/etc/profile.d/nix.sh ]] && . ~/.nix-profile/etc/profile.d/nix.sh ''; }; |
index : ben/cfg.git | ||
my dotfiles, via nix and home-manager | ben |
summaryrefslogtreecommitdiff |
-rw-r--r-- | home.nix | 1 |
@@ -113,6 +113,7 @@ do PATH=$DIR:$PATH fi done +[[ -f ~/.nix-profile/etc/profile.d/nix.sh ]] && . ~/.nix-profile/etc/profile.d/nix.sh ''; }; |