{inputs, ...}: { systems = [ "x86_64-linux" "aarch64-darwin" ]; ### Nixpkgs Config ### perSystem = {system, ...}: { _module.args.pkgs = import inputs.nixpkgs { inherit system; config = { allowUnfree = true; }; }; }; }