diff options
author | David Thompson <dthompson2@worcester.edu> | 2017-08-12 10:46:00 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2017-08-12 10:46:00 -0400 |
commit | aa0f62866099a9e40f770f25bf32ce9baf1674c3 (patch) | |
tree | 9a1c0152d61cad87d6a1d2b0e710736bbd80525e | |
parent | ebd98ffb392af037edabca43fbea2e487e033f4f (diff) |
Update laptop system config.
-rw-r--r-- | izanagi.scm | 15 |
1 files 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 <davet@gnu.org> +;;; Copyright © 2015, 2016, 2017 David Thompson <davet@gnu.org> ;;; ;;; 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)) |