Discord: Difference between revisions
imported>Hypnosis2839 m →Installation: formatting |
imported>Hypnosis2839 →OpenAsar / Vencord: add warning to copy the example verbatim |
||
Line 24: | Line 24: | ||
=== OpenAsar / Vencord === | === OpenAsar / Vencord === | ||
You can use Discord [https://github.com/GooseMod/OpenAsar OpenAsar] and/or [https://github.com/Vendicated/Vencord Vencord] by replacing <code>pkgs.discord</code> in your | You can use Discord [https://github.com/GooseMod/OpenAsar OpenAsar] and/or [https://github.com/Vendicated/Vencord Vencord] by replacing <code>pkgs.discord</code> (or any other discord package) in your list of packages with the following override: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
(pkgs.discord.override { | (pkgs.discord.override { | ||
Line 32: | Line 32: | ||
}) | }) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
{{ warning | Do not remove the parentheses, or it will not work. }} | |||
== Join the NixOS Discord == | == Join the NixOS Discord == |