Telegram: Difference between revisions
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<..." |
imported>Georgeoshardo mNo edit summary |
||
Line 6: | Line 6: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
environment.systemPackages = with pkgs; [ | 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> |
Revision as of 04:24, 22 June 2023
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 tdesktop
package.
environment.systemPackages = with pkgs; [ telegram-desktop ];
It can then be run as telegram-desktop