topnotch icon

topnotch 1.3.2

Utility to hide the notch

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "topnotch",
  "version": "1.3.2",
  "src": {
    "url": "https://updates.topnotch.app/TopNotch-1.3.2.dmg",
    "sha256": "bedf07c46884e7c6bf43482fd48061beaf2f032a1e8bb23b422d55b85963e3d7"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/TopNotch.app\" && cp -r \"TopNotch.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Utility to hide the notch",
    "homepage": "https://topnotch.app/"
  }
}