From aa0f62866099a9e40f770f25bf32ce9baf1674c3 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 12 Aug 2017 10:46:00 -0400 Subject: Update laptop system config. --- izanagi.scm | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/izanagi.scm b/izanagi.scm index 090b7af..a23b165 100644 --- a/izanagi.scm +++ b/izanagi.scm @@ -1,4 +1,4 @@ -;;; Copyright © 2015 David Thompson +;;; Copyright © 2015, 2016, 2017 David Thompson ;;; ;;; This program is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU General Public License as @@ -25,9 +25,8 @@ (ice-9 match) (srfi srfi-1)) (use-service-modules desktop) -(use-package-modules admin avahi certs glib gnome man less ncurses - pulseaudio rsync ssh zip wicd xorg) - +(use-package-modules admin certs compression glib gnome man less ncurses + pulseaudio rsync ssh wicd xorg) (operating-system (host-name "izanagi") @@ -45,12 +44,14 @@ (comment "David Thompson") (group "users") (supplementary-groups '("wheel" "netdev" "audio" - "video" "cdrom")) + "video" "cdrom" "kvm" "input")) (home-directory "/home/dave")))) - (packages (cons* adwaita-icon-theme avahi gnome-terminal + (packages (cons* adwaita-icon-theme + arc-theme + arc-icon-theme htop less man-db ncurses nss-certs openssh wicd unzip rsync - gnome-backgrounds + gnome-shell-extensions %base-packages)) (services (cons* (gnome-desktop-service) %desktop-services)) -- cgit v1.2.3