add gpg agent
This commit is contained in:
parent
e505fa6cf1
commit
edb229694a
1 changed files with 9 additions and 8 deletions
|
@ -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
|
||||
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue