[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: doc: Add 'packages' field to OS configuration template.
From: |
Ludovic Courtès |
Subject: |
02/02: doc: Add 'packages' field to OS configuration template. |
Date: |
Sun, 08 Mar 2015 22:12:07 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 0c36a681c8fe7248924a15379ab3b1cc92ecdcd1
Author: Ludovic Courtès <address@hidden>
Date: Sun Mar 8 23:05:51 2015 +0100
doc: Add 'packages' field to OS configuration template.
* gnu/system/os-config.tmpl (packages): New field.
---
gnu/system/os-config.tmpl | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/gnu/system/os-config.tmpl b/gnu/system/os-config.tmpl
index 07b0995..e14c957 100644
--- a/gnu/system/os-config.tmpl
+++ b/gnu/system/os-config.tmpl
@@ -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)