diff options
author | Franck Cuny <franck@fcuny.net> | 2024-12-19 12:50:25 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-12-19 12:50:25 -0800 |
commit | 4d1b99df46f99d87a19e638453d7cf99c39b69d5 (patch) | |
tree | 11e46fd76a80db3321433eeaaa37e4d7b3b82cd7 /nix/users/fcuny | |
parent | sign using the key from 1password (diff) | |
download | world-4d1b99df46f99d87a19e638453d7cf99c39b69d5.tar.gz |
use treefmt to format all the files
Diffstat (limited to 'nix/users/fcuny')
-rw-r--r-- | nix/users/fcuny/1password.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nix/users/fcuny/1password.nix b/nix/users/fcuny/1password.nix index 0e16f8e..fd1dfbe 100644 --- a/nix/users/fcuny/1password.nix +++ b/nix/users/fcuny/1password.nix @@ -4,8 +4,7 @@ let darwinSockPath = "${home}/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"; sockPath = ".1password/agent.sock"; -in -{ +in { home.sessionVariables = { SSH_AUTH_SOCK = "${home}/${sockPath}"; }; home.file.sock = { |