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.3",
"src": {
"url": "https://github.com/nook-browser/Nook/releases/download/v1.0.3/Nook-v1.0.3.dmg",
"sha256": "c4304c35e4a1d9e931b428616c257dc7ae9769dd95d5c7ef0f1a2a9e5330b141"
},
"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/"
}
}