{ lib, config, inputs, system, ... }: let inherit (lib) mkIf; cfg = config.gaming; in { config = mkIf cfg.homestuck { home-manager.users.${config.user} = { home.packages = [ inputs.self.packages.${system}.unofficial-homestuck-collection ]; }; }; }