{ lib, config, pkgs, ... }: { imports = [ ./openttd.nix ]; config = lib.mkIf (config.homecfg.make.game) { # programs.steam.enable = true; home.packages = with pkgs; [ custom.simc #games gamemode gamescope mangohud prismlauncher openttd-jgrpp bottles ]; }; }