QLPrettyPatch icon

QLPrettyPatch 1.0

Quick Look plugin to view patch files

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "qlprettypatch",
  "version": "1.0",
  "src": {
    "url": "https://github.com/atnan/QLPrettyPatch/releases/download/v1.0/QLPrettyPatch.qlgenerator.zip",
    "sha256": "ae2cb623cc741bf053fdfad0b5f1435c3bbad6d4b3f37d43b407296c46462182"
  },
  "installPhase": [
    "mkdir -p \"$out/Library/QuickLook/QLPrettyPatch.qlgenerator\" && cp -r \"QLPrettyPatch.qlgenerator\" \"$out/Library/QuickLook\""
  ],
  "meta": {
    "description": "Quick Look plugin to view patch files",
    "homepage": "https://github.com/atnan/QLPrettyPatch"
  }
}