Dropshelf icon

Dropshelf 1729

Drag and drop helper app

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "dropshelf",
  "version": "1729",
  "src": {
    "url": "https://pilotmoon.com/downloads/beta/Dropshelf-build-1729.zip",
    "sha256": "452ed83a900eb989a0a5e114fa31bc0eee32da8b71b55eb6ba4ad420c72f6ca9"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Dropshelf.app\" && cp -r \"Dropshelf.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Drag and drop helper app",
    "homepage": "https://pilotmoon.com/dropshelf/"
  }
}