summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/home-manager/cli.nix
blob: 1efc4d2bfc53b5225bfd9e4f10e15a964c622abb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  home-manager.users.makefu = {
    services.gpg-agent = {
      defaultCacheTtl = 900;
      maxCacheTtl = 7200;
      defaultCacheTtlSsh = 3600;
      maxCacheTtlSsh = 86400;
      enableSshSupport = true;
    };
    programs.fzf.enable = true; # alt-c
  };
}