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:
@@ -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";
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user