{ pkgs, config, lib, ... }: { config = lib.mkIf config.myModules.games.enable { home.packages = with pkgs; [ heroic ]; }; }