diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-09-02 08:52:08 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-09-02 08:52:08 -0400 |
commit | 2f2182bd13715fecb944c122c6d7275a2a772bb1 (patch) | |
tree | 72222386f459bc8c3021f6aa0690186740931969 | |
parent | 86063f884e331a2fb760d072fb5f1f04526dc8a2 (diff) |
izanagi: Add gnome-terminal package.
-rw-r--r-- | izanagi.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/izanagi.scm b/izanagi.scm index ca42521..2156182 100644 --- a/izanagi.scm +++ b/izanagi.scm @@ -24,8 +24,8 @@ (gnu system nss) (gnu system linux-initrd)) (use-service-modules desktop) -(use-package-modules admin avahi certs man less pulseaudio rsync ssh zip - wicd xfce xorg) +(use-package-modules admin avahi certs gnome man less pulseaudio rsync ssh + zip wicd xfce xorg) (operating-system (host-name "izanagi") @@ -49,8 +49,8 @@ (supplementary-groups '("wheel" "netdev" "audio" "video" "cdrom")) (home-directory "/home/dave")))) - (packages (cons* avahi htop less man-db nss-certs openssh pulseaudio - wicd xfce xterm unzip rsync + (packages (cons* avahi gnome-terminal htop less man-db nss-certs + openssh pulseaudio wicd xfce unzip rsync %base-packages)) (services %desktop-services) (name-service-switch %mdns-host-lookup-nss) |