Telegram: Difference between revisions

From 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<..."
 
Klinger (talk | contribs)
Tags: Mobile edit Mobile web edit
 
(2 intermediate revisions by one other user 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>
[[Category:Applications]]

Latest revision as of 21:22, 2 May 2024

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