Mythic icon

Mythic 0.6.0,92033dfd-7a35-4629-9ca5-60d66576fb65

Game launcher with the ability to run Windows games

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    mythic # Mythic
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    mythic # Mythic
  ];
}

Package Definition

{
  "pname": "mythic",
  "version": "0.6.0,92033dfd-7a35-4629-9ca5-60d66576fb65",
  "src": {
    "url": "https://dl.getmythic.app/updates/92033dfd-7a35-4629-9ca5-60d66576fb65/Mythic.zip",
    "sha256": "bcdb543d56e71e6ae3e102ff5bebbbdecdb1066549228d4c5f1a3c5cfa82c816"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Mythic.app\" && cp -r \"Mythic.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Game launcher with the ability to run Windows games",
    "homepage": "https://getmythic.app/"
  }
}