diff options
author | lassulus <lass@blue.r> | 2018-09-24 10:19:34 +0200 |
---|---|---|
committer | lassulus <lass@blue.r> | 2018-09-24 10:19:34 +0200 |
commit | 260b757feebf710daeb4d8964297dff2ed794278 (patch) | |
tree | be58e53ad90f14928ff888ab10d0a501df78c744 /makefu/2configs/home-manager/cli.nix | |
parent | f473c1f7893abb4d7f299d5cf7d0f382086cba9e (diff) | |
parent | 1996b597480ab45bbd15c0d7095921ced7a9e9ab (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/2configs/home-manager/cli.nix')
-rw-r--r-- | makefu/2configs/home-manager/cli.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/makefu/2configs/home-manager/cli.nix b/makefu/2configs/home-manager/cli.nix new file mode 100644 index 000000000..1efc4d2bf --- /dev/null +++ b/makefu/2configs/home-manager/cli.nix @@ -0,0 +1,12 @@ +{ + home-manager.users.makefu = { + services.gpg-agent = { + defaultCacheTtl = 900; + maxCacheTtl = 7200; + defaultCacheTtlSsh = 3600; + maxCacheTtlSsh = 86400; + enableSshSupport = true; + }; + programs.fzf.enable = true; # alt-c + }; +} |