more pc configuration

This commit is contained in:
Kopatz
2023-11-22 12:12:11 +01:00
parent 71705b84c0
commit 67f0cf7d6e
10 changed files with 54 additions and 3 deletions

13
modules/gpg.nix Normal file
View File

@@ -0,0 +1,13 @@
{pkgs, ...}:
{
#services.pcscd.enable = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryFlavor = "qt";
};
#environment.systemPackages = with pkgs; [
# pinentry-curses
# ];
}