{ pkgs, lib, ... }: { environment.systemPackages = with pkgs; [ vim wget ]; programs.gnupg.agent = { enable = true; enableSSHSupport = true; }; }