~ruther/guix-local

0c36a681c8fe7248924a15379ab3b1cc92ecdcd1 — Ludovic Courtès 11 years ago 61af101
doc: Add 'packages' field to OS configuration template.

* gnu/system/os-config.tmpl (packages): New field.
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/system/os-config.tmpl
M gnu/system/os-config.tmpl => gnu/system/os-config.tmpl +4 -1
@@ 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)