Nook icon

Nook 1.0.4

Minimal browser with a sidebar-first design

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "nook",
  "version": "1.0.4",
  "src": {
    "url": "https://github.com/nook-browser/Nook/releases/download/v1.0.4/Nook-v1.0.4.dmg",
    "sha256": "3f8fb50abfad46a3daa8787640312f601b7a11d3072df4324ff9b57e7c92e147"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Nook.app\" && cp -r \"Nook.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Minimal browser with a sidebar-first design",
    "homepage": "https://browsewithnook.com/"
  }
}