From a4fb210439f5a12a93d69166463dbc9ccb327991 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Sat, 18 May 2024 11:50:19 -0400 Subject: [PATCH] 1Password agent laydown --- nix/home-manager/modules/files.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nix/home-manager/modules/files.nix b/nix/home-manager/modules/files.nix index 2c0851c..9bed7b3 100644 --- a/nix/home-manager/modules/files.nix +++ b/nix/home-manager/modules/files.nix @@ -43,6 +43,13 @@ in { ".ideavimrc".source = ./${repo_root}/ideavim/ideavimrc; }; xdg.configFile = { + "1Password/ssh/agent.toml".text = '' + [[ssh-agent]] + item = "mpf42t6kn2hxijw5jsqti4hxfm"; + + [[ssh-agent]] + item = ""l24kumgnx3h3gyvon6k5we54qi"; + ''; "doom/init.el" = { source = ./${repo_root}/emacs/emacs.doom/init.el; onChange = "~/.emacs.d/bin/doom sync";