ThumbHost3mf icon

ThumbHost3mf 1.7.1

Finder thumbnail provider for some .gcode, .bgcode and .3mf files

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "thumbhost3mf",
  "version": "1.7.1",
  "src": {
    "url": "https://github.com/DavidPhillipOster/ThumbHost3mf/releases/download/1.7.1/ThumbHost3mf1.7.1.zip",
    "sha256": "76c6ad0cb2cefb2ef88efd96949afe0b8f03573871d0192146a6083df5d6e19e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/ThumbHost3mf.app\" && cp -r \"ThumbHost3mf.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Finder thumbnail provider for some .gcode, .bgcode and .3mf files",
    "homepage": "https://github.com/DavidPhillipOster/ThumbHost3mf/"
  }
}