summaryrefslogtreecommitdiff
path: root/izanagi.scm
diff options
context:
space:
mode:
Diffstat (limited to 'izanagi.scm')
-rw-r--r--izanagi.scm11
1 files changed, 6 insertions, 5 deletions
diff --git a/izanagi.scm b/izanagi.scm
index c5f93ce..ca42521 100644
--- a/izanagi.scm
+++ b/izanagi.scm
@@ -24,7 +24,8 @@
(gnu system nss)
(gnu system linux-initrd))
(use-service-modules desktop)
-(use-package-modules xfce wicd avahi xorg certs pulseaudio)
+(use-package-modules admin avahi certs man less pulseaudio rsync ssh zip
+ wicd xfce xorg)
(operating-system
(host-name "izanagi")
@@ -45,11 +46,11 @@
(name "dave")
(comment "David Thompson")
(group "users")
- (supplementary-groups '("wheel" "netdev" "audio" "video"))
+ (supplementary-groups '("wheel" "netdev" "audio"
+ "video" "cdrom"))
(home-directory "/home/dave"))))
- (packages (cons* xfce xterm
- wicd avahi pulseaudio
- nss-certs
+ (packages (cons* avahi htop less man-db nss-certs openssh pulseaudio
+ wicd xfce xterm unzip rsync
%base-packages))
(services %desktop-services)
(name-service-switch %mdns-host-lookup-nss)