1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 19:41:08 +01:00

feat: enable gnupg agent

This commit is contained in:
Kierán Meinhardt
2020-04-26 20:21:39 +02:00
parent fea816416f
commit 9b25fbf753
2 changed files with 5 additions and 2 deletions

View File

@@ -276,6 +276,11 @@ in
{ {
programs.command-not-found.enable = true; programs.command-not-found.enable = true;
} }
{
programs.gnupg.agent.enable = true;
environment.systemPackages = [ pkgs.gnupg pkgs.pass ];
}
{ {
systemd.services.restart-vpn = { systemd.services.restart-vpn = {
description = "Restart VPNs after suspend"; description = "Restart VPNs after suspend";

View File

@@ -104,8 +104,6 @@ in
# nur.repos.kmein.python3Packages.spotify-cli-linux # nur.repos.kmein.python3Packages.spotify-cli-linux
youtubeDL youtubeDL
bc # calculator bc # calculator
pass
gnupg
scripts.favicon scripts.favicon
# nur.repos.kmein.daybook # nur.repos.kmein.daybook
scripts.genius scripts.genius