summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index e61f7317..5596f085 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -124,7 +124,8 @@ demo = host "demo" $ props
& XFCE.networkManager
& XFCE.defaultPanelFor user File.OverwriteExisting
& LightDM.autoLogin user
- & FreeDesktop.autostart "installer" "Installer"
+ & FreeDesktop.autostart (FreeDesktop.desktopFile "installer")
+ "Installer"
"firefox http://127.0.0.1:8023/"
`requires` Apt.installed ["firefox"]
where