NotchNook icon

NotchNook 1.6.2

Handy utility to manage and customize the notch area

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "notchnook",
  "version": "1.6.2",
  "src": {
    "url": "https://lo.cafe/notchnook-files/NotchNook-1.6.2.zip",
    "sha256": "4f5023cc25567000d1e054aa3d24387fa576c3ffe738e864bc03ecf78d61dc9b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/NotchNook.app\" && cp -r \"NotchNook.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Handy utility to manage and customize the notch area",
    "homepage": "https://lo.cafe/notchnook"
  }
}