feat(shell): enable GnuPG shell integration

This commit is contained in:
reo101 2024-06-01 16:11:37 +03:00
parent d0dcbdd617
commit 65b3a48cf2
Signed by: reo101
GPG key ID: 675AA7EF13964ACB

View file

@ -163,6 +163,12 @@ in
enableZshIntegration = builtins.elem "zsh" cfg.shells;
};
# GnuPG
services.gpg-agent = {
enableNushellIntegration = builtins.elem "nushell" cfg.shells;
enableZshIntegration = builtins.elem "zsh" cfg.shells;
};
# Shell
home.sessionVariables = {
SHELL =