LaunchBar icon

LaunchBar 6.22.2

Productivity tool

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "launchbar",
  "version": "6.22.2",
  "src": {
    "url": "https://www.obdev.at/downloads/launchbar/LaunchBar-6.22.2.dmg",
    "sha256": "38fe2b52b0f8f1a49e22f2cd46409d4d92704ef2c5bf8779622386d5feed2f6f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/LaunchBar.app\" && cp -r \"LaunchBar.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Productivity tool",
    "homepage": "https://www.obdev.at/products/launchbar/index.html"
  }
}