From af95dc96fac629afeadd050e4fd202af9d6a771c Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 21 Sep 2017 20:59:22 -0400 Subject: Update izanagi config. --- izanagi.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/izanagi.scm b/izanagi.scm index a23b165..698a95e 100644 --- a/izanagi.scm +++ b/izanagi.scm @@ -32,7 +32,7 @@ (host-name "izanagi") (timezone "America/New_York") (locale "en_US.UTF-8") - (bootloader (grub-configuration (device "/dev/sda"))) + (bootloader (grub-configuration (target "/dev/sda"))) (file-systems (cons (file-system (device "root") (title 'label) @@ -50,8 +50,9 @@ arc-theme arc-icon-theme htop less man-db ncurses nss-certs - openssh wicd unzip rsync + openssh unzip rsync gnome-shell-extensions + gnome-tweak-tool %base-packages)) (services (cons* (gnome-desktop-service) %desktop-services)) -- cgit v1.2.3