Telegram: Difference between revisions
imported>Georgeoshardo mNo edit summary |
Tags: Mobile edit Mobile web edit |
||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
== Installation == | == Installation == | ||
The telegram desktop client can be installed with the <code> | The telegram desktop client can be installed with the <code>telegram-desktop</code> package. | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
Line 10: | Line 10: | ||
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