Added an example for environment.variable. (#45956)

This commit is contained in:
Christopher Birkbeck 2018-09-02 15:21:14 -04:00 committed by xeji
parent 720c163a55
commit 0dd7a0f266

View file

@ -34,6 +34,7 @@ in
environment.variables = mkOption {
default = {};
example = { EDITOR = "nvim"; VISUAL = "nvim"; };
description = ''
A set of environment variables used in the global environment.
These variables will be set on shell initialisation (e.g. in /etc/profile).