Discord: Difference between revisions
reformat a large chunk of this page to improve formatting |
improve the troubleshooting format |
||
Line 36: | Line 36: | ||
Enhances Discord desktop app with new features. Nixpkgs provides the installer via <code>pkgs.betterdiscordctl</code>. This can be added to your configuration, though users may prefer to instead run it one-off via the [[Nix]] cli.<syntaxhighlight lang="bash"> | Enhances Discord desktop app with new features. Nixpkgs provides the installer via <code>pkgs.betterdiscordctl</code>. This can be added to your configuration, though users may prefer to instead run it one-off via the [[Nix]] cli.<syntaxhighlight lang="bash"> | ||
$ nix-shell -p betterdiscordctl --command 'betterdiscordctl install' # nix-legacy | $ nix-shell -p betterdiscordctl --command 'betterdiscordctl install' # nix-legacy | ||
$ nix run nixpkgs#betterdiscordctl -- install # nix3 | $ nix run nixpkgs#betterdiscordctl -- install # nix3 | ||
$ nix-shell -p betterdiscordctl --command 'betterdiscordctl self-upgrade' # nix-legacy | $ nix-shell -p betterdiscordctl --command 'betterdiscordctl self-upgrade' # nix-legacy | ||
$ nix run nixpkgs#betterdiscordctl -- self-upgrade # nix3 | $ nix run nixpkgs#betterdiscordctl -- self-upgrade # nix3 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 102: | Line 102: | ||
<nowiki>}</nowiki> | <nowiki>}</nowiki> | ||
}} | }} | ||
=== Krisp noise suppression === | === Krisp noise suppression === | ||
Line 135: | Line 111: | ||
(pkgs.discord.override { withTTS = true; }) | (pkgs.discord.override { withTTS = true; }) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Applications]] | [[Category:Applications]] | ||
[[Category:Gaming]] | [[Category:Gaming]] |