nixos-config/modules/core/program.nix
2023-12-25 19:01:58 +01:00

11 lines
189 B
Nix
Executable file

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