My NixOS configuration (mirror)

added 1password ssh

+8
+8
home/default.nix
··· 61 61 62 62 programs.vscode.enable = true; 63 63 64 + programs.ssh = { 65 + enable = true; 66 + extraConfig = " 67 + Host * 68 + IdentityAgent ~/.1password/agent.sock 69 + "; 70 + }; 71 + 64 72 # This value determines the home Manager release that your 65 73 # configuration is compatible with. This helps avoid breakage 66 74 # when a new home Manager release introduces backwards