Discord: Difference between revisions
Added beginning sentence. Category:Applications Category:Gaming |
Adds a warning to client mods and fixes minor formatting issues |
||
Line 16: | Line 16: | ||
== Alternative packages == | == Alternative packages == | ||
{{ warning | The use of alternative client packages that modify Discord is against the platform’s [https://discord.com/terms Terms of Service (ToS)]. Although Discord doesn’t actively enforce this or issue bans for using client mods, it’s important to be aware of the risks involved. }} | |||
=== BetterDiscord === | === BetterDiscord === | ||
Line 42: | Line 43: | ||
==== Vesktop ==== | ==== Vesktop ==== | ||
Screen sharing with audio is achievable using | Screen sharing with audio is achievable using <code>pkgs.Vesktop</code>. To enable this feature, include it in the system packages as follows: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
Line 50: | Line 51: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Then, execute it using | Then, execute it using <code>vesktop</code>. | ||