Biscuit icon

Biscuit 1.2.32

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