Discord: Difference between revisions
imported>Legendofmiracles No edit summary |
imported>IvarWithoutBones m Add betterdiscord installation instructions |
||
Line 33: | Line 33: | ||
The nix expression also installs a desktop item as another option for starting the application. | The nix expression also installs a desktop item as another option for starting the application. | ||
=== Installing BetterDiscord === | |||
[https://betterdiscord.app BetterDiscord] is a client modification engine which allows you to use custom plugins, themes, and more. The easiest way to install this is using [https://github.com/bb010g/betterdiscordctl betterdiscordctl]. | |||
<syntaxhighlight lang="console"> | |||
$ nix run nixpkgs.betterdiscordctl -c betterdiscordctl install | |||
</syntaxhighlight> | |||
== Join the NixOS Discord == | == Join the NixOS Discord == | ||
Line 97: | Line 103: | ||
Log in again and you should be able to open links properly. | Log in again and you should be able to open links properly. | ||
== Links == | == Links == | ||
[https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/networking/instant-messengers/discord/default.nix default.nix for discord] | [https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/networking/instant-messengers/discord/default.nix default.nix for discord] |