From edb229694a464077610a177c143944402f14b690 Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 30 Jan 2023 11:30:47 -0500 Subject: [PATCH] add gpg agent --- nixos/configuration.nix | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index ba630a0..d0c6663 100755 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -71,6 +71,13 @@ xkbVariant = ""; }; + programs.gnupg.agent = { + enable = true; + enableSSHSupport = true; + pinentryFlavor = "gtk2"; + }; + services.pcscd.enable = true; + sound.enable = true; hardware.pulseaudio.enable = false; security.rtkit.enable = true; @@ -115,7 +122,6 @@ packages = with pkgs; [ # essential firefox - helix neofetch bitwarden discord-ptb @@ -135,9 +141,8 @@ unzip p7zip etcher - virt-manager + virt-manager imv - zathura playerctl ani-cli trackma @@ -170,12 +175,8 @@ environment.systemPackages = with pkgs; [ wget - git - gh stow - wezterm starship - nushell rustup cargo jre @@ -184,7 +185,6 @@ nodejs polkit_gnome wireplumber - dunst qt6.full gcc cmake @@ -193,6 +193,7 @@ python3Full python3.pkgs.pip gtk-engine-murrine + pinentry-gtk2 ];