removed packages, enabled programs.gnupg.agent instea

This commit is contained in:
Matthias 2024-07-17 13:18:13 +02:00
parent 4fdb888edb
commit f5a7a7771a

View file

@ -118,8 +118,6 @@ in {
logseq
ungoogled-chromium
zed-editor # Editor
gnupg
pinentry
];
};
@ -129,6 +127,12 @@ in {
configDir = "/home/kb-work/.config/syncthing";
};
services.pcscd.enable = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
programs.firefox = {
enable = true;
nativeMessagingHosts.packages = [ pkgs.firefoxpwa ];