home: ok that doesnt want to work how about this
vi did:web:vt3e.cat
Wed, 06 May 2026 00:04:23 +0100
1 files changed,
5 insertions(+),
1 deletions(-)
jump to
M
home/common/ssh.nix
→
home/common/ssh.nix
@@ -1,7 +1,11 @@
{ lib, ... }: { programs.ssh.enableDefaultConfig = false; - services.ssh-agent.enable = true; + programs.keychain = { + enable = true; + keys = [ "primary-vi" ]; + enableFishIntegration = true; + }; home.activation.writeSSHConfig = lib.hm.dag.entryAfter [ "writeBoundary" ] '' rm -f $HOME/.ssh/config