{ pkgs, lib, system, ... }: { linux = (import ./linux) { inherit pkgs lib system; }; windows = (import ./windows) { inherit pkgs lib system; }; }