QuakeNotch icon

QuakeNotch 1.5.4

MacBook Notch utility

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "quakenotch",
  "version": "1.5.4",
  "src": {
    "url": "https://github.com/rohanrhu/QuakeNotch/releases/download/v1.5.4/QuakeNotch.zip",
    "sha256": "90b31f80a71ea4b437aa5fbbbbafeab1040131447b79033f1ad3957e3a39e8be"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/QuakeNotch.app\" && cp -r \"QuakeNotch.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "MacBook Notch utility",
    "homepage": "https://quakenotch.com/"
  }
}