Biscuit icon

Biscuit 1.2.35

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": "1.2.35",
  "src": {
    "url": "https://github.com/agata/dl.biscuit/releases/download/1.2.35/Biscuit-1.2.35-arm64.dmg",
    "sha256": "bdf14210f4b7aa9c96eed6257e72b6dcf0e65c892ceae80c0eee3b7964bcc49c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Biscuit.app\" && cp -r \"Biscuit.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Browser to organise apps",
    "homepage": "https://eatbiscuit.com/"
  }
}