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