doc: Add 'packages' field to OS configuration template.

* gnu/system/os-config.tmpl (packages): New field.
This commit is contained in:
Ludovic Courtès 2015-03-08 23:05:51 +01:00
parent 61af1014c6
commit 0c36a681c8
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
(use-modules (gnu))
(use-service-modules xorg networking dbus avahi)
(use-package-modules avahi)
(use-package-modules xorg avahi)
(operating-system
(host-name "antelope")
@ -35,6 +35,9 @@
"audio" "video"))
(home-directory "/home/alice"))))
;; Globally-installed packages.
(packages (cons xterm %base-packages))
;; Add services to the baseline: the SLiM log-in manager
;; for Xorg sessions, a DHCP client, Avahi, and D-Bus.
(services (cons* (slim-service)