QuakeNotch icon

QuakeNotch 2.1

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