Follow icon

Follow 0.3.2-beta.0

Information browser

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "follow",
  "version": "0.3.2-beta.0",
  "src": {
    "url": "https://github.com/RSSNext/Follow/releases/download/v0.3.2-beta.0/Follow-0.3.2-beta.0-macos-arm64.dmg",
    "sha256": "7ff0633e6887505f4f9efaf6d6aafb64475b613d934dda7426a5ebadb471c003"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Follow.app\" \"$out/Applications/Follow.app\""
  ],
  "meta": {
    "description": "Information browser",
    "homepage": "https://follow.is/"
  }
}