{ ... }: { den.aspects.sshuttle = { nixos = { pkgs, ... }: { environment.systemPackages = with pkgs; [ python sshuttle ]; }; }; }