{ config, lib, pkgs, ... }: with lib; { config = mkMerge [ # eidolon game launcher (mkIf config.nathan.programs.games.launcher { # Install the launcher home.packages = with pkgs; [ eidolon ]; }) ]; }