Discord: Difference between revisions

From NixOS Wiki
imported>Jringer
Discord: Text and VoIP Messaging Application
 
imported>Makefu
No edit summary
Line 1: Line 1:
{{unfree}}
== Install ==
== Install ==
Since discord is not free, you must supply the allowUnfree value as part of your config.
 
To install discord directly in your environment without changing any configuration:


<code>
<code>
Line 10: Line 12:


<code>
<code>
Discord
$ Discord
</code>
</code>



Revision as of 14:16, 7 March 2018

Note: This package is unfree and requires extra steps to install.

Install

To install discord directly in your environment without changing any configuration:

nix-env -i discord --arg config '{ allowUnfree = true; }'

Usage

Command Line:

$ Discord

The nix expression also installs a desktop item as another option for starting the application.

Links

default.nix for discord