TagSpaces icon

TagSpaces 6.2.0

Offline, open-source, document manager with tagging support

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "tagspaces",
  "version": "6.2.0",
  "src": {
    "url": "https://github.com/tagspaces/tagspaces/releases/download/v6.2.0/tagspaces-mac-arm64-6.2.0.dmg",
    "sha256": "af0d2f50dd8e501604c2677b83c430af4dbea2b8d556bf5a5cea5f8d6161a371"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"TagSpaces.app\" \"$out/Applications/TagSpaces.app\""
  ],
  "meta": {
    "description": "Offline, open-source, document manager with tagging support",
    "homepage": "https://www.tagspaces.org/"
  }
}