Discord: Difference between revisions

From NixOS Wiki
imported>Makefu
No edit summary
imported>Deingithub
m Add highlighting for command lines
Line 4: Line 4:
To install discord directly in your environment without changing any configuration:
To install discord directly in your environment without changing any configuration:


<code>
<syntaxhighlight lang="console">
nix-env -i discord --arg config '{ allowUnfree = true; }'
$ nix-env -i discord --arg config '{ allowUnfree = true; }'
</code>
</syntaxhighlight>


== Usage ==
== Usage ==
Command Line:
Command Line:


<code>
<syntaxhighlight lang="console">
$ Discord
$ Discord
</code>
</syntaxhighlight>


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.

Revision as of 13:10, 25 April 2020

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