guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: lightweight-desktop.tmpl: Complete i3-wm.


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

lfam pushed a commit to branch master
in repository guix.

commit 533372319e4996a9d899650c9fbe703a570c35e4
Author: Leo Famulari <address@hidden>
Date:   Thu Feb 23 17:33:32 2017 -0500

    gnu: lightweight-desktop.tmpl: Complete i3-wm.
    
    * gnu/system/examples/lightweight-desktop.tmpl (packages): Add i3status
    and dmenu.
    (use-package-modules): Add suckless.
---
 gnu/system/examples/lightweight-desktop.tmpl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/system/examples/lightweight-desktop.tmpl 
b/gnu/system/examples/lightweight-desktop.tmpl
index 131c43a..7ecf5fd 100644
--- a/gnu/system/examples/lightweight-desktop.tmpl
+++ b/gnu/system/examples/lightweight-desktop.tmpl
@@ -4,7 +4,7 @@
 
 (use-modules (gnu) (gnu system nss))
 (use-service-modules desktop)
-(use-package-modules wm ratpoison certs)
+(use-package-modules wm ratpoison certs suckless)
 
 (operating-system
   (host-name "antelope")
@@ -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 xmonad  ;window managers
-                   nss-certs               ;for HTTPS access
+  (packages (cons* ratpoison i3-wm i3status dmenu xmonad ;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]