mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
removed packages, enabled programs.gnupg.agent instea
This commit is contained in:
parent
4fdb888edb
commit
f5a7a7771a
|
|
@ -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…
Reference in a new issue