From cd9e250a0122f84c60f9cc49bab81801d71284ec Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 5 Jul 2017 23:03:06 -0400 Subject: Added Propellor.Property.FreeDesktop module. This commit was sponsored by Trenton Cronholm on Patreon. --- joeyconfig.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'joeyconfig.hs') diff --git a/joeyconfig.hs b/joeyconfig.hs index 8a00e87d..e61f7317 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -22,6 +22,7 @@ import qualified Propellor.Property.Postfix as Postfix import qualified Propellor.Property.Apache as Apache import qualified Propellor.Property.LetsEncrypt as LetsEncrypt import qualified Propellor.Property.LightDM as LightDM +import qualified Propellor.Property.FreeDesktop as FreeDesktop import qualified Propellor.Property.XFCE as XFCE import qualified Propellor.Property.Grub as Grub import qualified Propellor.Property.Obnam as Obnam @@ -123,7 +124,9 @@ demo = host "demo" $ props & XFCE.networkManager & XFCE.defaultPanelFor user File.OverwriteExisting & LightDM.autoLogin user - & Apt.installed ["firefox"] + & FreeDesktop.autostart "installer" "Installer" + "firefox http://127.0.0.1:8023/" + `requires` Apt.installed ["firefox"] where user = User "user" root = User "root" -- cgit v1.2.3