path: Add Rancher Desktop

This commit is contained in:
Thomas A. Christensen II 2024-12-11 16:28:38 -06:00
parent f0d3253cf6
commit b3c6918dff
Signed by: millironx
GPG key ID: B7044A3432851F64

View file

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