summary refs log tree commit diff stats
path: root/args.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--args.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/args.nix b/args.nix
new file mode 100644
index 0000000..4c92320
--- /dev/null
+++ b/args.nix
@@ -0,0 +1,5 @@
+{ config, pkgs, ... }:
+
+{
+	programs.ssh.startAgent = true;
+}