enable ssh agent

This commit is contained in:
2024-02-17 06:32:15 +05:30
parent 3eb09e6d9d
commit 829f0cdcfe

View File

@ -11,6 +11,7 @@
wsl.defaultUser = "${username}";
programs = {
ssh.startAgent = true;
zsh.enable = true;
nix-ld.enable = true;
dconf.enable = true;