From b65d65dc4b9e341f92b54fde292ba8d8ada63cb8 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Thu, 14 Jan 2021 17:19:25 +0100 Subject: Use raw packages instead of specification->package --- config.scm | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/config.scm b/config.scm index d969c8a..114a19e 100644 --- a/config.scm +++ b/config.scm @@ -3,7 +3,14 @@ (use-modules (gnu) (srfi srfi-1) ((gnu packages linux) #:prefix gnu-linux:) + (gnu packages admin) + (gnu packages certs) + (gnu packages ssh) + (gnu packages vim) + (gnu packages wm) + (gnu packages wget) (gnu packages xdisorg) + (gnu packages xorg) (tuxedo-keyboard) (nongnu packages linux) (nongnu system linux-initrd)) @@ -68,18 +75,18 @@ '("wheel" "netdev" "audio" "video" "lp" "dialout"))) %base-user-accounts)) (packages - (append - (map specification->package - '("htop" - "light" - "i3-wm" - "neovim" - "nss-certs" - "tree" - "wget" - "tcpdump" - "openssh" - "xf86-input-wacom")) + (cons* + htop + gnu-linux:light + i3-wm + neovim + nss-certs + tree + wget + tcpdump + openssh + xf86-video-intel + xf86-input-wacom %base-packages)) (services (cons* (udev-rules-service 'light gnu-linux:light) -- cgit v1.2.3