QuakeNotch icon

QuakeNotch 1.5.3

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.3",
  "src": {
    "url": "https://github.com/rohanrhu/QuakeNotch/releases/download/v1.5.3/QuakeNotch.zip",
    "sha256": "8ed543e45ca7f479ae7caa45cbbc626e7ae3761222a3bffcad44941a09ab3b80"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/QuakeNotch.app\" && cp -r \"QuakeNotch.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "MacBook Notch utility",
    "homepage": "https://quakenotch.com/"
  }
}