ThemeEngine icon

ThemeEngine 1.0.0,111

App to edit compiled .car files

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "themeengine",
  "version": "1.0.0,111",
  "src": {
    "url": "https://github.com/alexzielenski/ThemeEngine/releases/download/1.0.0(111)/ThemeEngine_111.zip",
    "sha256": "2f7039bf8a30a20da20b292252759a501d15962f909d3b2274db9c2ec7a3bf39"
  },
  "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/alexzielenski/ThemeEngine/"
  }
}