diff options
author | EuAndreh <eu@euandre.org> | 2023-02-25 13:23:44 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-25 15:57:53 -0300 |
commit | 4a6e91094405b9f077830509b9778a4abe5099ed (patch) | |
tree | 09a131f6943766ec55021c2a24f3d008aab2e841 | |
parent | etc/guix/system.scm: Refactor (hosts-file ...) into newer hosts-service-type (diff) | |
download | dotfiles-4a6e91094405b9f077830509b9778a4abe5099ed.tar.gz dotfiles-4a6e91094405b9f077830509b9778a4abe5099ed.tar.xz |
etc/guix/system.scm: Add xmonad as an alternative to i3
-rw-r--r-- | etc/guix/system.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm index 0bcab17..94e4e2e 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -409,6 +409,10 @@ Seiko Epson Color Ink Jet Printers.") (map (compose list specification->package+output symbol->string) '(nss-certs nss-mdns + ghc-next + ghc-xmonad-contrib-next + xmonad-next + xmobar i3-wm)) (list) (remove (lambda (package) |