nixpkgs/home/programs/keychain.nix

14 lines
220 B
Nix
Raw Normal View History

{ config, pkgs }:
{
enable = true;
keys = [
"id_rsa"
"id_ed25519"
];
enableBashIntegration = false;
enableFishIntegration = false;
enableZshIntegration = true;
enableXsessionIntegration = false;
}