{ config, lib, pkgs, ... }: let inherit (lib) mkIf; cfg = config.r6d.config-generator; in { imports = [ ]; environment.systemPackages = with pkgs; mkIf cfg.jeux [ # Jeux urbanterror ]; }