removed packages, enabled programs.gnupg.agent instea
This commit is contained in:
parent
4fdb888edb
commit
f5a7a7771a
1 changed files with 6 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Reference in a new issue