diff --git a/home.nix b/home.nix index bc7aa22..624c4fc 100644 --- a/home.nix +++ b/home.nix @@ -142,6 +142,7 @@ "$HOME/.juliaup/bin" "$HOME/.cargo/bin" "$HOME/.local/bin" + "$HOME/.rd/bin" ]; # Let Home Manager install and manage itself. @@ -279,12 +280,12 @@ ''; }; services.gpg-agent = { - enable = pkgs.hostPlatform.isLinux; + enable = true; enableBashIntegration = true; enableSshSupport = true; enableZshIntegration = true; defaultCacheTtl = 60; maxCacheTtl = 120; - #pinentryPackage = pkgs.pinentry-qt; + pinentryPackage = pkgs.pinentry_mac; }; }