diff --git a/cleo.home.nix b/cleo.home.nix index 4f96ff7..15b8439 100644 --- a/cleo.home.nix +++ b/cleo.home.nix @@ -123,6 +123,8 @@ prefix=${config.home.homeDirectory}/.npm-global '' ; + home.file.".config/1Password/ssh/agent.toml".source = ./config.agent.toml; + programs.git = { enable = true; diff --git a/config.agent.toml b/config.agent.toml new file mode 100644 index 0000000..ae5370c --- /dev/null +++ b/config.agent.toml @@ -0,0 +1,6 @@ +[[ssh-keys]] + item = "1Password SSH Key" # The Title of the item in 1Password + # vault = "Work" # Optional: Specify the vault if names collide + +[[ssh-keys]] + item = "Personal GitHub"