{ config, libs, pkgs, ... }: { imports = [ ]; config = mkIf config.r6d.config-generator.jeux { environment.systemPackages = with pkgs; [ # Jeux urbanterror ]; } }