From c21be729603a719d7b1bf50f551c5214748cba78 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 25 Jan 2020 20:13:18 -0500 Subject: switch to exwm on chaman --- .config/guix/system/chaman.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.config/guix/system') diff --git a/.config/guix/system/chaman.scm b/.config/guix/system/chaman.scm index 4e016f5..831d9eb 100644 --- a/.config/guix/system/chaman.scm +++ b/.config/guix/system/chaman.scm @@ -1,4 +1,6 @@ (use-modules (gnu) + (gnu packages certs) ; for nss-certs + (gnu packages emacs-xyz) ; for exwm (gnu packages linux)) ; for powertop (use-service-modules admin desktop mail networking pm ssh xorg) @@ -45,9 +47,9 @@ '("wheel" "netdev" "audio" "video"))) %base-user-accounts)) (packages - (append - (list (specification->package "nss-certs")) - %base-packages)) + (cons* nss-certs + emacs-exwm + %base-packages)) (services (cons* (service xfce-desktop-service-type) -- cgit v1.2.3-60-g2f50