mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat: enable gnupg agent
This commit is contained in:
@@ -276,6 +276,11 @@ in
|
||||
{
|
||||
programs.command-not-found.enable = true;
|
||||
}
|
||||
{
|
||||
programs.gnupg.agent.enable = true;
|
||||
|
||||
environment.systemPackages = [ pkgs.gnupg pkgs.pass ];
|
||||
}
|
||||
{
|
||||
systemd.services.restart-vpn = {
|
||||
description = "Restart VPNs after suspend";
|
||||
|
||||
@@ -104,8 +104,6 @@ in
|
||||
# nur.repos.kmein.python3Packages.spotify-cli-linux
|
||||
youtubeDL
|
||||
bc # calculator
|
||||
pass
|
||||
gnupg
|
||||
scripts.favicon
|
||||
# nur.repos.kmein.daybook
|
||||
scripts.genius
|
||||
|
||||
Reference in New Issue
Block a user