diff options
| author | Amin Bandali <mab@gnu.org> | 2020-01-25 20:13:18 -0500 | 
|---|---|---|
| committer | Amin Bandali <mab@gnu.org> | 2020-01-25 20:13:18 -0500 | 
| commit | c21be729603a719d7b1bf50f551c5214748cba78 (patch) | |
| tree | 23ba8b22300180acd3861e05e89babbe8b3e43f0 /.config/guix/system | |
| parent | 74be7f18d68948367de54170342caa7bf5d29a56 (diff) | |
| download | configs-c21be729603a719d7b1bf50f551c5214748cba78.tar.gz configs-c21be729603a719d7b1bf50f551c5214748cba78.tar.xz configs-c21be729603a719d7b1bf50f551c5214748cba78.zip | |
switch to exwm on chaman
Diffstat (limited to '.config/guix/system')
| -rw-r--r-- | .config/guix/system/chaman.scm | 8 | 
1 files changed, 5 insertions, 3 deletions
| 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) | 
