Ahwxorg/modules/core/program.nix
2026-01-26 21:00:22 +01:00

11 lines
178 B
Nix

{ pkgs, inputs, ... }:
{
programs = {
zsh.enable = true;
gnupg.agent = {
enable = true;
enableSSHSupport = true;
# pinentryFlavor = "";
};
};
}