summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/home-manager/cli.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/home-manager/cli.nix')
-rw-r--r--makefu/2configs/home-manager/cli.nix12
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
+ };
+}