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