_64gram

64gram 1.2.2

Unofficial Telegram Desktop providing Windows 64bit build and extra features

https://github.com/TDesktop-x64/tdesktop
GNU General Public License v3.0 only
main program: Telegramprograms: Telegram
Platforms (80)
i686-freebsdaarch64-linuxarmv6l-linuxor1k-noneaarch64_be-noneaarch64-freebsds390x-nonex86_64-redox
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  _64gram
];
Ad-hoc shell
nix-shell -p _64gram
Flake (nix run)
nix run nixpkgs#_64gram