BentoBox icon

BentoBox 0.9.3

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": "0.9.3",
  "src": {
    "url": "https://releases.bentobox.friendlyventures.org/0.9.3/bentobox-macos-universal.zip",
    "sha256": "1903959bea58db76da8bfdf29ae86f3031096222474974d0d6c7ad70df899024"
  },
  "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/"
  }
}