about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorSuwon Park <35622998+sepiabrown@users.noreply.github.com>2020-02-29 20:11:42 +0900
committerGitHub <noreply@github.com>2020-02-29 12:11:42 +0100
commit7948e6785b4aa6a1289645575816e423d85f6aea (patch)
tree1886cf2c494237d2001e35a43063530e7e311886 /nixos/doc
parent4406e51a1e08cda889214cf8e1d8b80416a6f90d (diff)
nixos/manual: add environment.systemPackages option in an example
The environment.systemPackages option lacks in the example which is used in the next paragraph to explain merging of the options defined by multiple modules.
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/configuration/modularity.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/doc/manual/configuration/modularity.xml b/nixos/doc/manual/configuration/modularity.xml
index 7ad0ae80a48af..532a2c615e4df 100644
--- a/nixos/doc/manual/configuration/modularity.xml
+++ b/nixos/doc/manual/configuration/modularity.xml
@@ -36,6 +36,7 @@
 { <xref linkend="opt-services.xserver.enable"/> = true;
   <xref linkend="opt-services.xserver.displayManager.sddm.enable"/> = true;
   <xref linkend="opt-services.xserver.desktopManager.plasma5.enable"/> = true;
+  <xref linkend="opt-environment.systemPackages"/> = [ pkgs.vim ];
 }
 </programlisting>
   Note that both <filename>configuration.nix</filename> and