From ab16a76ff7b39e7963e4e14cb3d0fc0c89db8395 Mon Sep 17 00:00:00 2001 From: Christian Ott Date: Tue, 23 Apr 2024 23:48:29 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Add=201password=20with=20ssh=20agen?= =?UTF-8?q?t=20integration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/home.nix b/home.nix index 70aec81..1c71202 100644 --- a/home.nix +++ b/home.nix @@ -10,8 +10,18 @@ eza pkgs-unstable.obsidian jq + pkgs-unstable._1password + pkgs-unstable._1password-gui ]; + programs.ssh = { + enable = true; + extraConfig = '' + Host * + IdentityAgent "~/.1password/agent.sock" + ''; + }; + # This value determines the home Manager release that your # configuration is compatible with. This helps avoid breakage # when a new home Manager release introduces backwards