From 3359dfc8b70b9a263f42d128a68066d4d4fc1c16 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 27 Dec 2023 08:47:51 -0600 Subject: [PATCH] add direnv hook and sops --- home.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/home.nix b/home.nix index 133f4b4..7bcd9cd 100644 --- a/home.nix +++ b/home.nix @@ -35,8 +35,9 @@ du = "du -h"; }; shellInit = '' - /etc/profiles/per-user/jahanson/bin/rtx hook-env | source - /etc/profiles/per-user/jahanson/bin/rtx activate fish | source + rtx hook-env | source + rtx activate fish | source + direnv hook fish | source ''; functions = { fish_greeting = { @@ -67,6 +68,7 @@ yq-go # yaml processer https://github.com/mikefarah/yq fzf # A command-line fuzzy finder age # sops-age encryption + sops direnv # shell environment management # networking tools