[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: system: Add xterm to lightweight-desktop example.
From: |
guix-commits |
Subject: |
06/06: system: Add xterm to lightweight-desktop example. |
Date: |
Thu, 2 Apr 2020 05:48:48 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit c7af96871737ffa0e2be879e200573bc60603c8c
Author: Ludovic Courtès <address@hidden>
AuthorDate: Thu Apr 2 11:17:37 2020 +0200
system: Add xterm to lightweight-desktop example.
That makes ratpoison more usable, for instance.
* gnu/system/examples/lightweight-desktop.tmpl (packages): Add XTERM.
---
gnu/system/examples/lightweight-desktop.tmpl | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/system/examples/lightweight-desktop.tmpl
b/gnu/system/examples/lightweight-desktop.tmpl
index 45d9bf4..20b122f 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))
- branch master updated (12d0bd2 -> c7af968), guix-commits, 2020/04/02
- 02/06: gnu: Add cramfs-tools., guix-commits, 2020/04/02
- 06/06: system: Add xterm to lightweight-desktop example.,
guix-commits <=
- 04/06: guix system: Use 'mapm/accumulate-builds'., guix-commits, 2020/04/02
- 05/06: gexp: 'lower-references' uses 'mapm/accumulate-builds'., guix-commits, 2020/04/02
- 01/06: ui: Clarify "dependencies changed"., guix-commits, 2020/04/02
- 03/06: services: Accumulate builds for 'system' entries., guix-commits, 2020/04/02