summary refs log tree commit diff
path: root/gnu/system/examples/lightweight-desktop.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/system/examples/lightweight-desktop.tmpl')
-rw-r--r--gnu/system/examples/lightweight-desktop.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/system/examples/lightweight-desktop.tmpl b/gnu/system/examples/lightweight-desktop.tmpl
index 45d9bf447f..20b122fe51 100644
--- a/gnu/system/examples/lightweight-desktop.tmpl
+++ b/gnu/system/examples/lightweight-desktop.tmpl
@@ -5,6 +5,7 @@
 (use-modules (gnu) (gnu system nss))
 (use-service-modules desktop)
 (use-package-modules bootloaders certs ratpoison suckless wm)
+(use-package-modules bootloaders certs ratpoison suckless wm xorg)
 
 (operating-system
   (host-name "antelope")
@@ -43,6 +44,8 @@
   (packages (append (list
                      ;; window managers
                      ratpoison i3-wm i3status dmenu
+                     ;; terminal emulator
+                     xterm
                      ;; for HTTPS access
                      nss-certs)
                     %base-packages))