nixos-config/modules/core/program.nix

12 lines
190 B
Nix

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