ThemeEngine icon

ThemeEngine 1.0.0,119

App to edit compiled .car files

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    jslegendre-themeengine # ThemeEngine
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    jslegendre-themeengine # ThemeEngine
  ];
}

Package Definition

{
  "pname": "jslegendre-themeengine",
  "version": "1.0.0,119",
  "src": {
    "url": "https://github.com/jslegendre/ThemeEngine/releases/download/v1.0.0(119)/ThemeEngine.zip",
    "sha256": "d4330aeeaa354ecd9eb13c02661836262f97a28dedc3d8820f99714995eaaf77"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/ThemeEngine.app\" && cp -r \"ThemeEngine.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "App to edit compiled .car files",
    "homepage": "https://github.com/jslegendre/ThemeEngine/"
  }
}