BentoBox icon

BentoBox 1.1.2

Window manager that organizes desktop applications into predefined zones

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "bentobox",
  "version": "1.1.2",
  "src": {
    "url": "https://releases.bentobox.friendlyventures.org/1.1.2/bentobox-macos-universal.zip",
    "sha256": "ebf367cd53b8545f0aebd25884d9e384baf83cd498167d5023a33933fc1b35d2"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/BentoBox.app\" && cp -r \"BentoBox.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Window manager that organizes desktop applications into predefined zones",
    "homepage": "https://bentoboxapp.com/"
  }
}