{pkgs, ...}: {
environment.systemPackages = with pkgs; [
awscli2
bitwarden-cli
mkcert
vault
nixos-generators
];
}