path: Add Rancher Desktop
This commit is contained in:
parent
f0d3253cf6
commit
b3c6918dff
1 changed files with 3 additions and 2 deletions
5
home.nix
5
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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue