Discord: Difference between revisions
imported>VergeDX update[nix]: Use new format of `run` subcommand. |
imported>PedroHLC m Add OpenAsar |
||
Line 43: | Line 43: | ||
Follow this link to join the unofficial NixOS Discord: https://discord.com/invite/RbvHtGa | Follow this link to join the unofficial NixOS Discord: https://discord.com/invite/RbvHtGa | ||
=== OpenAsar === | |||
It's possible to use an overlay to install [https://github.com/GooseMod/OpenAsar OpenAsar] with nixpkgs' Discord: | |||
<syntaxhighlight lang="nix"> | |||
nixpkgs.overlays = | |||
let | |||
myOverlay = self: super: { | |||
discord = super.discord.override { withOpenASAR = true; }; | |||
}; | |||
in | |||
[ myOverlay ]; | |||
</syntaxhighlight> | |||
== Troubleshooting == | == Troubleshooting == | ||
=== Discord crashes when a notification is received === | === Discord crashes when a notification is received === | ||
Discord crashes if there is no notification daemon | Discord crashes if there is no notification-daemon | ||
standalone notification daemons | standalone notification daemons |