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
|
logseq
|
||||||
ungoogled-chromium
|
ungoogled-chromium
|
||||||
zed-editor # Editor
|
zed-editor # Editor
|
||||||
gnupg
|
|
||||||
pinentry
|
|
||||||
];
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
@ -129,6 +127,12 @@ in {
|
||||||
configDir = "/home/kb-work/.config/syncthing";
|
configDir = "/home/kb-work/.config/syncthing";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.pcscd.enable = true;
|
||||||
|
programs.gnupg.agent = {
|
||||||
|
enable = true;
|
||||||
|
enableSSHSupport = true;
|
||||||
|
};
|
||||||
|
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nativeMessagingHosts.packages = [ pkgs.firefoxpwa ];
|
nativeMessagingHosts.packages = [ pkgs.firefoxpwa ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue