From 26f964b8315a680878bc62bb67f9bd4645287fa3 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Tue, 30 Jun 2020 12:27:03 +0200 Subject: add i3wm and screen light support --- config.scm | 10 +++++++--- 1 file 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 -- cgit v1.2.3