summaryrefslogtreecommitdiff
path: root/lib/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2024-05-10 12:54:10 -0400
committerBen Sima <ben@bsima.me>2024-05-10 12:54:39 -0400
commit06f15eba9331db662f2c377051542e3900d228d5 (patch)
tree17bf9f5095318f0db7dedc803a5cc0ca4c2ecab3 /lib/common.nix
parentf13436939d71d87da0125850cd17ce91d821984f (diff)
updates
Diffstat (limited to 'lib/common.nix')
-rw-r--r--lib/common.nix3
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"