diff options
author | Ben Sima <ben@bsima.me> | 2024-05-10 12:54:10 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-05-10 12:54:39 -0400 |
commit | 06f15eba9331db662f2c377051542e3900d228d5 (patch) | |
tree | 17bf9f5095318f0db7dedc803a5cc0ca4c2ecab3 /lib/common.nix | |
parent | f13436939d71d87da0125850cd17ce91d821984f (diff) |
updates
Diffstat (limited to 'lib/common.nix')
-rw-r--r-- | lib/common.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/common.nix b/lib/common.nix index 6a87c78..7ddff12 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -386,6 +386,9 @@ in { bash = { enable = true; + #profileExtra = '' + # # put SSH_AUTH_SOCK here? + #''; initExtra = '' #DIR=~/.nix-profile/etc/profile.d #[[ -f "$DIR/nix.sh" ]] && . "$DIR/nix.sh" |