feat(morty): activate gpg ssh-agent
This commit is contained in:
parent
141df5608d
commit
1dd60c2291
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
config.modules = {
|
config.modules = {
|
||||||
application = {
|
application = {
|
||||||
gnupg.enable = true;
|
gnupg = {
|
||||||
|
enable = true;
|
||||||
|
enableSshSupport = true;
|
||||||
|
};
|
||||||
zathura.enable = true;
|
zathura.enable = true;
|
||||||
foot.enable = true;
|
foot.enable = true;
|
||||||
imv.enable = true;
|
imv.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue