LazyCat icon

LazyCat 1.3.7

Client for LazyCat hardware

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "lazycat",
  "version": "1.3.7",
  "src": {
    "url": "https://dl.lazycat.cloud/client/desktop/stable/lzc-client-desktop_v1.3.7_arm64.dmg",
    "sha256": "f0d55717a47e2a03a3c2d16556d8aaeec24d544096bcd4462aadb9188aedece7"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/懒猫微服.app\" && cp -r \"懒猫微服.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Client for LazyCat hardware",
    "homepage": "https://lazycat.cloud/"
  }
}