diff options
author | David Thompson <dthompson2@worcester.edu> | 2017-09-21 20:59:22 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2017-09-21 20:59:22 -0400 |
commit | af95dc96fac629afeadd050e4fd202af9d6a771c (patch) | |
tree | ddcc72fbdafd2badbe4922ba0d2f4770739ddbec | |
parent | 8bd2e1011d5a7c65223541c78d11223b8eb9ab3d (diff) |
Update izanagi config.
-rw-r--r-- | izanagi.scm | 5 |
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)) |