fedistar icon

fedistar 1.11.10

Multi-column Mastodon, Pleroma, and Friendica client for desktop

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "fedistar",
  "version": "1.11.10",
  "src": {
    "url": "https://github.com/h3poteto/fedistar/releases/download/v1.11.10/fedistar_1.11.10_universal.dmg",
    "sha256": "7c212bb56125c3a3d298d81f78a36bdb855b2bf81e47370099e692c4c9cfd4e4"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/fedistar.app\" && cp -r \"fedistar.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Multi-column Mastodon, Pleroma, and Friendica client for desktop",
    "homepage": "https://fedistar.net/"
  }
}