{ pkgs, ... }: { packages = with pkgs; [ gnupg git ]; env.GPG_TTY = "\$(tty)"; }