guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: lightweight-desktop.tmpl: Remove xmonad.


From: Leo Famulari
Subject: 02/02: gnu: lightweight-desktop.tmpl: Remove xmonad.
Date: Thu, 23 Feb 2017 17:45:19 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 0d7feebb622b0cf54ab435f308df347008d945b3
Author: Leo Famulari <address@hidden>
Date:   Thu Feb 23 17:42:44 2017 -0500

    gnu: lightweight-desktop.tmpl: Remove xmonad.
    
    * gnu/system/examples/lightweight-desktop.tmpl (packages): Remove xmonad.
---
 gnu/system/examples/lightweight-desktop.tmpl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/system/examples/lightweight-desktop.tmpl 
b/gnu/system/examples/lightweight-desktop.tmpl
index 7ecf5fd..389ec85 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]