add gpg agent

This commit is contained in:
notohh 2023-01-30 11:30:47 -05:00
parent e505fa6cf1
commit edb229694a

View file

@ -71,6 +71,13 @@
xkbVariant = ""; xkbVariant = "";
}; };
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryFlavor = "gtk2";
};
services.pcscd.enable = true;
sound.enable = true; sound.enable = true;
hardware.pulseaudio.enable = false; hardware.pulseaudio.enable = false;
security.rtkit.enable = true; security.rtkit.enable = true;
@ -115,7 +122,6 @@
packages = with pkgs; [ packages = with pkgs; [
# essential # essential
firefox firefox
helix
neofetch neofetch
bitwarden bitwarden
discord-ptb discord-ptb
@ -135,9 +141,8 @@
unzip unzip
p7zip p7zip
etcher etcher
virt-manager virt-manager
imv imv
zathura
playerctl playerctl
ani-cli ani-cli
trackma trackma
@ -170,12 +175,8 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
wget wget
git
gh
stow stow
wezterm
starship starship
nushell
rustup rustup
cargo cargo
jre jre
@ -184,7 +185,6 @@
nodejs nodejs
polkit_gnome polkit_gnome
wireplumber wireplumber
dunst
qt6.full qt6.full
gcc gcc
cmake cmake
@ -193,6 +193,7 @@
python3Full python3Full
python3.pkgs.pip python3.pkgs.pip
gtk-engine-murrine gtk-engine-murrine
pinentry-gtk2
]; ];