aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-05-12 20:56:01 -0300
committerEuAndreh <eu@euandre.org>2022-05-12 20:56:01 -0300
commit56bd224465fb617d4a38530c6a9feea62d8c2c95 (patch)
treebc546dccbc38b765dc19a81cd0714053b3791ba5
parentetc/guix/system.scm: Add custom X config for controlling screen backlight (diff)
downloaddotfiles-56bd224465fb617d4a38530c6a9feea62d8c2c95.tar.gz
dotfiles-56bd224465fb617d4a38530c6a9feea62d8c2c95.tar.xz
etc/guix/system.scm: use-modules
-rw-r--r--etc/guix/system.scm11
1 files changed, 9 insertions, 2 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm
index 666c15e..8502af7 100644
--- a/etc/guix/system.scm
+++ b/etc/guix/system.scm
@@ -1,18 +1,25 @@
(use-modules
- (curth0)
+ (curth0) ;; FIXME: properly install this
+ (ice-9 rdelim)
(gnu bootloader)
(gnu bootloader grub)
(gnu packages)
+ (gnu packages wm)
(gnu services base)
+ (gnu services cups)
(gnu services desktop)
(gnu services security-token)
+ (gnu services virtualization)
(gnu services xorg)
(gnu system keyboard)
(gnu system file-systems)
(gnu system mapped-devices)
(guix gexp)
+ (guix packages)
+ (guix utils)
(nongnu packages linux)
- (nongnu system linux-initrd))
+ (nongnu system linux-initrd)
+ (srfi srfi-1))
(define xmonad-current
(package