summaryrefslogtreecommitdiff
path: root/izanagi.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2017-09-21 20:59:22 -0400
committerDavid Thompson <dthompson2@worcester.edu>2017-09-21 20:59:22 -0400
commitaf95dc96fac629afeadd050e4fd202af9d6a771c (patch)
treeddcc72fbdafd2badbe4922ba0d2f4770739ddbec /izanagi.scm
parent8bd2e1011d5a7c65223541c78d11223b8eb9ab3d (diff)
Update izanagi config.
Diffstat (limited to 'izanagi.scm')
-rw-r--r--izanagi.scm5
1 files 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))