mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 07:25:40 +00:00
5 lines
62 B
Nix
5 lines
62 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
programs.ssh.startAgent = true;
|
|
}
|