installer: Install xterm alongside ratpoison.

* gnu/installer/services.scm (%system-services) <"ratpoison">: Add
xterm.
master
Ludovic Courtès 2019-06-07 22:32:19 +02:00
parent 676eb5880e
commit d998902214
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,8 @@
'("i3-wm" "i3status" "dmenu" "st"))))
(desktop-environment
(name "ratpoison")
(packages '((specification->package "ratpoison"))))
(packages '((specification->package "ratpoison")
(specification->package "xterm"))))
;; Networking.
(system-service