diff options
author | EuAndreh <eu@euandre.org> | 2023-02-27 07:10:31 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-27 07:10:31 -0300 |
commit | 1fa6f886920f37f1585b1133e41e5b748219f2e5 (patch) | |
tree | d256b4717ffefed6aba3830ea9a920aeac589d9e | |
parent | bin/update: Declare $HOSTNAME explicitly (ShellCheck offense) (diff) | |
download | dotfiles-1fa6f886920f37f1585b1133e41e5b748219f2e5.tar.gz dotfiles-1fa6f886920f37f1585b1133e41e5b748219f2e5.tar.xz |
etc/guix/system.scm: Use xmonad instead of xmonad-next
-rw-r--r-- | etc/guix/system.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm index 4ca17e4..f9aebde 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -401,9 +401,9 @@ 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 + ghc + ghc-xmonad-contrib + xmonad xmobar i3-wm)) (list) |