AyuGram icon

AyuGram 5.16.4

Telegram client with ghost mode and message history

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "ayugram",
  "version": "5.16.4",
  "src": {
    "url": "https://github.com/AyuGram/AyuGramDesktop/releases/download/v5.16.4/AyuGram.dmg",
    "sha256": "e8094ff3034e838deba74a2230f631af43a523cc7d3413988b000d9c61fa2df9"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/AyuGram.app\" && cp -r \"AyuGram.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Telegram client with ghost mode and message history",
    "homepage": "https://github.com/AyuGram/AyuGramDesktop"
  }
}