feat(shell): enable GnuPG
shell integration
This commit is contained in:
parent
d0dcbdd617
commit
65b3a48cf2
1 changed files with 6 additions and 0 deletions
|
@ -163,6 +163,12 @@ in
|
||||||
enableZshIntegration = builtins.elem "zsh" cfg.shells;
|
enableZshIntegration = builtins.elem "zsh" cfg.shells;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# GnuPG
|
||||||
|
services.gpg-agent = {
|
||||||
|
enableNushellIntegration = builtins.elem "nushell" cfg.shells;
|
||||||
|
enableZshIntegration = builtins.elem "zsh" cfg.shells;
|
||||||
|
};
|
||||||
|
|
||||||
# Shell
|
# Shell
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
SHELL =
|
SHELL =
|
||||||
|
|
Loading…
Reference in a new issue