summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2020-06-30 12:27:03 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2020-06-30 12:27:03 +0200
commit26f964b8315a680878bc62bb67f9bd4645287fa3 (patch)
treedd16577add85fd5f244472aec88f6f37eec98e90
parent2c970a2f68d35cf88b2a37c6cd3b4d0e6b3c00b5 (diff)
add i3wm and screen light support
-rw-r--r--config.scm10
1 files changed, 7 insertions, 3 deletions
diff --git a/config.scm b/config.scm
index 4500733..fee3ecf 100644
--- a/config.scm
+++ b/config.scm
@@ -2,8 +2,10 @@
;; by the graphical installer.
(use-modules (gnu)
(srfi srfi-1)
+ ((gnu packages linux) #:prefix gnu-linux:)
(nongnu packages linux)
(nongnu system linux-initrd))
+
(use-service-modules desktop networking ssh xorg)
(operating-system
@@ -56,16 +58,18 @@
(append
(map specification->package
'("htop"
+ "light"
+ "i3-wm"
"neovim"
"nss-certs"
"tree"
"wget"
"tcpdump"
- "openssh"
- "bluez"))
+ "openssh"))
%base-packages))
- (services (append (list (service gnome-desktop-service-type)
+ (services (append (list (udev-rules-service 'light gnu-linux:light)
+ (service gnome-desktop-service-type)
(bluetooth-service #:auto-enable? #t)
(set-xorg-configuration (xorg-configuration
(keyboard-layout