From b3c6918dffb77677f6fab4f843c244f9bc13af14 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:28:38 -0600 Subject: [PATCH] path: Add Rancher Desktop --- home.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; }; }