Biscuit icon

Biscuit 2.0.0

Browser to organise apps

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "biscuit",
  "version": "2.0.0",
  "src": {
    "url": "https://github.com/agata/dl.biscuit/releases/download/2.0.0/Biscuit-2.0.0-arm64.dmg",
    "sha256": "0c26983ee3feffb4630263139ea99833f752e59c980f653b2a61f56f0b5ffe0d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Biscuit.app\" && cp -r \"Biscuit.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Browser to organise apps",
    "homepage": "https://eatbiscuit.com/"
  }
}