summary refs log tree commit diff stats
path: root/args.nix
blob: 4c92320672f748e2da314daf61e44cb337d47d97 (plain) (blame)
1
2
3
4
5
{ config, pkgs, ... }:

{
	programs.ssh.startAgent = true;
}