summaryrefslogtreecommitdiff
path: root/lib/common.nix
diff options
context:
space:
mode:
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"