PicList icon

PicList 3.0.5

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.0.5",
  "src": {
    "url": "https://github.com/Kuingsmile/PicList/releases/download/v3.0.5/PicList-3.0.5-arm64.dmg",
    "sha256": "0bb38b983355f45429ed3952aefc37d0a0e577c0841fd8318c81eb6ef77ec223"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/PicList.app\" && cp -r \"PicList.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Cloud storage manager tool",
    "homepage": "https://piclist.cn/"
  }
}