MacForge icon

MacForge 1.1.0

Plugin, App, and Theme store which includes plugin injection

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "macforge",
  "version": "1.1.0",
  "src": {
    "url": "https://github.com/w0lfschild/app_updates/raw/master/MacForge1/MacForge.1.1.0.zip",
    "sha256": "5a28c4f43b9b9bb868e26e45096804a1b7ae604fbf3ae857bed63d495a43ec50"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/MacForge.app\" && cp -r \"MacForge.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Plugin, App, and Theme store which includes plugin injection",
    "homepage": "https://www.macenhance.com/macforge"
  }
}