diff options
author | Leo Famulari <leo@famulari.name> | 2017-02-23 17:42:44 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-02-23 17:44:59 -0500 |
commit | 0d7feebb622b0cf54ab435f308df347008d945b3 (patch) | |
tree | b0149fa0d07e13b6e0d936ae0092a50acdf7cb9e /gnu/system | |
parent | 533372319e4996a9d899650c9fbe703a570c35e4 (diff) | |
download | patches-0d7feebb622b0cf54ab435f308df347008d945b3.tar patches-0d7feebb622b0cf54ab435f308df347008d945b3.tar.gz |
gnu: lightweight-desktop.tmpl: Remove xmonad.
* gnu/system/examples/lightweight-desktop.tmpl (packages): Remove xmonad.
Diffstat (limited to 'gnu/system')
-rw-r--r-- | gnu/system/examples/lightweight-desktop.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/system/examples/lightweight-desktop.tmpl b/gnu/system/examples/lightweight-desktop.tmpl index 7ecf5fde97..389ec8574b 100644 --- a/gnu/system/examples/lightweight-desktop.tmpl +++ b/gnu/system/examples/lightweight-desktop.tmpl @@ -33,8 +33,8 @@ ;; Add a bunch of window managers; we can choose one at ;; the log-in screen with F1. - (packages (cons* ratpoison i3-wm i3status dmenu xmonad ;window managers - nss-certs ;for HTTPS access + (packages (cons* ratpoison i3-wm i3status dmenu ;window managers + nss-certs ;for HTTPS access %base-packages)) ;; Use the "desktop" services, which include the X11 |