OpenLogi icon

OpenLogi 0.7.10

Local-first alternative to Logitech Options+ for HID++ devices

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "openlogi",
  "version": "0.7.10",
  "src": {
    "url": "https://updates.openlogi.org/releases/v0.7.10/OpenLogi-v0.7.10-macos-arm64.dmg",
    "sha256": "27a599af4131ff328ea9e1eea4fe2eff568d5d4c7434f1e2b7700b6798bb438e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/OpenLogi.app\" && cp -r \"OpenLogi.app\" \"$out/Applications\"",
    "mkdir -p \"$out/bin\" && ln -s \"$out/Applications/OpenLogi.app/Contents/MacOS/openlogi\" \"$out/bin/openlogi\""
  ],
  "meta": {
    "description": "Local-first alternative to Logitech Options+ for HID++ devices",
    "homepage": "https://openlogi.org/"
  }
}