mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-29 04:27:11 +08:00
1p
This commit is contained in:
parent
96d473e0e6
commit
b6c809608b
1 changed files with 6 additions and 0 deletions
|
|
@ -15,4 +15,10 @@ in
|
|||
] ++ lib.optionals pkgs.stdenv.isDarwin [
|
||||
pkgs.tart
|
||||
];
|
||||
|
||||
# 1password ssh agent
|
||||
home.sessionVariables = {
|
||||
SSH_AUTH_SOCK = "~/Library/Group\\ Containers/2BUA8C4S2C.com.1password/t/agent.sock";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue