{ inputs, system, ... }: { imports = [ inputs.nur.modules.nixos.default ]; nixpkgs = { hostPlatform = system; config.allowUnfree = true; }; }