1{ 2 imports = [ 3 ./profiles.nix # Profiles that should be applied to a system (specific configurations) 4 ./packages.nix # our own way to install packages 5 ]; 6}