stockholm/makefu/2configs/home-manager/cli.nix

13 lines
264 B
Nix
Raw Normal View History

2018-09-19 00:52:58 +00:00
{
home-manager.users.makefu = {
services.gpg-agent = {
defaultCacheTtl = 900;
maxCacheTtl = 7200;
defaultCacheTtlSsh = 3600;
maxCacheTtlSsh = 86400;
enableSshSupport = true;
};
programs.fzf.enable = true; # alt-c
};
}