environment.variables: give an example

+1 -1
+1 -1
nixos/modules/config/shells-environment.nix
··· 36 36 default = {}; 37 37 description = '' 38 38 A set of environment variables used in the global environment. 39 - These variables will be set on shell initialisation. 39 + These variables will be set on shell initialisation (e.g. in /etc/profile). 40 40 The value of each variable can be either a string or a list of 41 41 strings. The latter is concatenated, interspersed with colon 42 42 characters.