nemo: enable gpg-agent
This commit is contained in:
parent
026d5f813b
commit
2d58c4714a
1 changed files with 8 additions and 0 deletions
|
@ -25,4 +25,12 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [ calibre ];
|
home.packages = with pkgs; [ calibre ];
|
||||||
|
|
||||||
|
programs.gpg.enable = true;
|
||||||
|
|
||||||
|
services.gpg-agent = {
|
||||||
|
enable = true;
|
||||||
|
enableScDaemon = false;
|
||||||
|
pinentryPackage = pkgs.pinentry-curses;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue