stockholm/makefu/2configs/home-manager/cli.nix
2018-09-19 02:52:58 +02:00

13 lines
264 B
Nix

{
home-manager.users.makefu = {
services.gpg-agent = {
defaultCacheTtl = 900;
maxCacheTtl = 7200;
defaultCacheTtlSsh = 3600;
maxCacheTtlSsh = 86400;
enableSshSupport = true;
};
programs.fzf.enable = true; # alt-c
};
}