diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-11-06 16:50:13 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-11-06 17:05:04 -0800 |
| commit | c7587b1e50d0c65c62c4f42a2e22d690560c325c (patch) | |
| tree | 8b37be6f19f3289d7a81f7a8c1736cd1eda98a14 /home/profiles/darwin.nix | |
| parent | add a script to update local machine (diff) | |
| download | infra-c7587b1e50d0c65c62c4f42a2e22d690560c325c.tar.gz | |
use 1password ssh agent
Enable ssh configuration on darwin.
Diffstat (limited to 'home/profiles/darwin.nix')
| -rw-r--r-- | home/profiles/darwin.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/profiles/darwin.nix b/home/profiles/darwin.nix index 1362691..dd20ee4 100644 --- a/home/profiles/darwin.nix +++ b/home/profiles/darwin.nix @@ -7,6 +7,7 @@ ./zsh.nix ./dev.nix ./tmux.nix + ./ssh.nix ]; home.packages = with pkgs; [ |
