PicList icon

PicList 3.2.0

Cloud storage manager tool

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "piclist",
  "version": "3.2.0",
  "src": {
    "url": "https://github.com/Kuingsmile/PicList/releases/download/v3.2.0/PicList-3.2.0-arm64.dmg",
    "sha256": "1362805368cdde87b6776e3ec3dfd6f3115e2c46c4e99bff628ea0d80ce0cb80"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/PicList.app\" && cp -r \"PicList.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Cloud storage manager tool",
    "homepage": "https://piclist.cn/"
  }
}