Ultimate Hacking Keyboard Agent icon

Ultimate Hacking Keyboard Agent 7.0.0

Configuration application for the Ultimate Hacking Keyboard

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    uhk-agent # Ultimate Hacking Keyboard Agent
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    uhk-agent # Ultimate Hacking Keyboard Agent
  ];
}

Package Definition

{
  "pname": "uhk-agent",
  "version": "7.0.0",
  "src": {
    "url": "https://github.com/UltimateHackingKeyboard/agent/releases/download/v7.0.0/UHK.Agent-7.0.0-mac.dmg",
    "sha256": "e3e33382530869694715e2ebe7eb3937ca6d78a4382911abc54530be7a2c60f2"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/UHK Agent.app\" && cp -r \"UHK Agent.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Configuration application for the Ultimate Hacking Keyboard",
    "homepage": "https://github.com/UltimateHackingKeyboard/agent"
  }
}