Doxie icon

Doxie 3.5.1

Companion app for scanner hardware

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "doxie",
  "version": "3.5.1",
  "src": {
    "url": "https://download.getdoxie.com/Doxie-3.5.1.dmg",
    "sha256": "f461a68ef142991d4f02db81992e3e9e8fe2896583d4d35c035df708190f2b78"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Doxie.app\" && cp -r \"Doxie.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Companion app for scanner hardware",
    "homepage": "https://www.getdoxie.com/"
  }
}