diff options
-rw-r--r-- | bash/agents.sh | 2 | ||||
-rw-r--r-- | nixos/configuration.nix | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/bash/agents.sh b/bash/agents.sh index d49757b..698d1ac 100644 --- a/bash/agents.sh +++ b/bash/agents.sh @@ -24,3 +24,5 @@ start_agent() { } || start_agent gpg -q -d "$DOTFILES/bash/debug.gpg" + +eval "$(direnv hook bash)" diff --git a/nixos/configuration.nix b/nixos/configuration.nix index b555977..fd2fd15 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -182,6 +182,7 @@ in bazel graphviz # =dot= and others mkpasswd + direnv diffoscope # poppler_utils # used by diffoscope for comparing PDF files |