Jump to content

Telegram: Difference between revisions

From Official NixOS Wiki
imported>Alexnortung
Created page with "Telegram is a cloud-based mobile and desktop messaging app with a focus on security. == Installation == The telegram desktop client can be installed with the <code>tdesktop<..."
 
Kaya (talk | contribs)
Mention ayugram
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
== Installation ==
== Installation ==


The telegram desktop client can be installed with the <code>tdesktop</code> package.
The telegram desktop client can be installed with the <code>telegram-desktop</code> package.


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
environment.systemPackages = with pkgs; [ tdesktop ];
environment.systemPackages = with pkgs; [ telegram-desktop ];
</syntaxhighlight>
</syntaxhighlight>


It can then be run as <code>telegram-desktop</code>
It can then be run as <code>telegram-desktop</code>
=== Alternative clients ===
Nixpkgs also has [https://github.com/AyuGram/AyuGramDesktop AyuGram]which can be installed via: <code>ayugram-desktop</code>
[[Category:Applications]]

Latest revision as of 23:37, 18 November 2025

Telegram is a cloud-based mobile and desktop messaging app with a focus on security.

Installation

The telegram desktop client can be installed with the telegram-desktop package.

environment.systemPackages = with pkgs; [ telegram-desktop ];

It can then be run as telegram-desktop

Alternative clients

Nixpkgs also has AyuGramwhich can be installed via: ayugram-desktop