doc: Add 'packages' field to OS configuration template.
* gnu/system/os-config.tmpl (packages): New field.
This commit is contained in:
parent
61af1014c6
commit
0c36a681c8
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
(use-modules (gnu))
|
(use-modules (gnu))
|
||||||
(use-service-modules xorg networking dbus avahi)
|
(use-service-modules xorg networking dbus avahi)
|
||||||
(use-package-modules avahi)
|
(use-package-modules xorg avahi)
|
||||||
|
|
||||||
(operating-system
|
(operating-system
|
||||||
(host-name "antelope")
|
(host-name "antelope")
|
||||||
|
@ -35,6 +35,9 @@
|
||||||
"audio" "video"))
|
"audio" "video"))
|
||||||
(home-directory "/home/alice"))))
|
(home-directory "/home/alice"))))
|
||||||
|
|
||||||
|
;; Globally-installed packages.
|
||||||
|
(packages (cons xterm %base-packages))
|
||||||
|
|
||||||
;; Add services to the baseline: the SLiM log-in manager
|
;; Add services to the baseline: the SLiM log-in manager
|
||||||
;; for Xorg sessions, a DHCP client, Avahi, and D-Bus.
|
;; for Xorg sessions, a DHCP client, Avahi, and D-Bus.
|
||||||
(services (cons* (slim-service)
|
(services (cons* (slim-service)
|
||||||
|
|
Loading…
Reference in New Issue