{ pkgs, ... }: { imports = [ ./hardware ./networking ./security ./services ./software ./variables ./locale.nix ]; environment.systemPackages = with pkgs; [ vim wget git ]; }