Discord: Difference between revisions
Document fix for start-up crash |
m link source pages directly as they reference the project websites |
||
| Line 43: | Line 43: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==== BetterDiscord<ref>https:// | ==== BetterDiscord<ref>https://github.com/BetterDiscord/BetterDiscord</ref> ==== | ||
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 | ||
| Line 64: | Line 64: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==== Vencord<ref>https:// | ==== Vencord<ref>https://github.com/Vendicated/Vencord</ref> ==== | ||
The cutest Discord client mod. The standalone Vencord client can be installed by overriding the official Discord package via <code>withVencord = true</code>. | The cutest Discord client mod. The standalone Vencord client can be installed by overriding the official Discord package via <code>withVencord = true</code>. | ||
{{File|3={ config, lib, pkgs, ... }: { | {{File|3={ config, lib, pkgs, ... }: { | ||