diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-06-30 12:27:03 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-06-30 12:27:03 +0200 |
commit | 26f964b8315a680878bc62bb67f9bd4645287fa3 (patch) | |
tree | dd16577add85fd5f244472aec88f6f37eec98e90 /config.scm | |
parent | 2c970a2f68d35cf88b2a37c6cd3b4d0e6b3c00b5 (diff) |
add i3wm and screen light support
Diffstat (limited to 'config.scm')
-rw-r--r-- | config.scm | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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 |