XDeck icon

XDeck 3.0

TweetDeck-style X/Twitter client

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "xdeck",
  "version": "3.0",
  "src": {
    "url": "https://github.com/morishin/XDeck/releases/download/3.0/XDeck-3.0.zip",
    "sha256": "b3c0d1f264f9bac1dc1be6d9609f3abf66b6f2ea61831f3b0b6884152b07845f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/XDeck.app\" && cp -r \"XDeck.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "TweetDeck-style X/Twitter client",
    "homepage": "https://github.com/morishin/XDeck"
  }
}