mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
8 lines
308 B
Nix
8 lines
308 B
Nix
{
|
|
ssh-agent-darwin-basic-service = ./basic-service.nix;
|
|
ssh-agent-darwin-timeout-service = ./timeout-service.nix;
|
|
ssh-agent-darwin-pkcs11-service = ./pkcs11-service.nix;
|
|
ssh-agent-darwin-bash-integration = ./bash-integration.nix;
|
|
ssh-agent-darwin-nushell-integration = ./nushell-integration.nix;
|
|
}
|