{pkgs, ...}: { imports = [ ./virtualbox.nix ./idea.nix ./vscode.nix ./helix.nix ./unity.nix ]; environment.systemPackages = with pkgs; [ dia ]; }