all repos — flake @ ecd5bff6468991f322764979e0c552c84b102fce

got my cool flake

home: ok that doesnt want to work how about this
vi did:web:vt3e.cat
Wed, 06 May 2026 00:04:23 +0100
commit

ecd5bff6468991f322764979e0c552c84b102fce

parent

2cfa070202efab509b753f51db74bd61f5e34a23

1 files changed, 5 insertions(+), 1 deletions(-)

jump to
M home/common/ssh.nixhome/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