_64gram

64gram 1.2.8

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 (79)
x86_64-solarismsp430-nonei686-windowss390x-noneloongarch64-linuxarmv7l-linuxm68k-noneaarch64-darwin
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