AyuGram icon

AyuGram 7.0.9

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": "7.0.9",
  "src": {
    "url": "https://github.com/AyuGram/AyuGramDesktop/releases/download/v7.0.9/AyuGram.dmg",
    "sha256": "244bb500accfb56f006d5678aeecee4532a8eb1a3dfaaa259da87310cb37241f"
  },
  "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"
  }
}