summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 4286097b..37b8fafb 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -120,7 +120,7 @@ demo = host "demo" $ props
& XFCE.installedMin
& XFCE.defaultPanelFor user File.OverwriteExisting
& LightDM.autoLogin user
- & Apt.installed ["firefox"]
+ & Apt.installed ["network-manager", "network-manager-gnome", "firefox"]
where
user = User "user"
root = User "root"