Enabled ZSH and SSH integrations

This commit is contained in:
Alejandro Angulo 2022-09-21 18:41:08 -07:00
parent ec72e8bea5
commit 0ca94669c6

View file

@ -15,5 +15,7 @@
services.gpg-agent = {
enable = true;
pinentryFlavor = "curses";
enableZshIntegration = true;
enableSshSupport = true;
};
}