{ pkgs, ... }: { imports = [ ./wireguard.nix ]; # some packages i need for work. environment.systemPackages = with pkgs; [ dbeaver-bin google-chat-linux ]; }