OpenLogi icon

OpenLogi 0.8.1

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.8.1",
  "src": {
    "url": "https://updates.openlogi.org/releases/v0.8.1/OpenLogi-v0.8.1-macos-arm64.dmg",
    "sha256": "9c1f6cc84959695660f96d97d49057f7120ffb6dc6a9bdf1fd34563288e82b3f"
  },
  "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/"
  }
}