TagSpaces icon

TagSpaces 6.4.5

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.4.5",
  "src": {
    "url": "https://github.com/tagspaces/tagspaces/releases/download/v6.4.5/tagspaces-mac-arm64-6.4.5.dmg",
    "sha256": "ea9da82883462f3dc7df40c0c5d1613bbe0a57d219154281b7b4c0107c3590b2"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/TagSpaces.app\" && cp -r \"TagSpaces.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Offline, open-source, document manager with tagging support",
    "homepage": "https://www.tagspaces.org/"
  }
}