# vim: ts=2 { lib, system, ... }: { inherit system; config = { #contentAddressedByDefault = true; allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "steam" "steam-original" "steam-runtime" "steam-run" ]; }; }