aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/template.go
diff options
context:
space:
mode:
Diffstat (limited to 'hst/template.go')
-rw-r--r--hst/template.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hst/template.go b/hst/template.go
index 82e0b7d9..ea27fbb4 100644
--- a/hst/template.go
+++ b/hst/template.go
@@ -21,7 +21,7 @@ func Template() *Config {
"--ozone-platform=wayland",
},
- Enablements: system.EWayland | system.EDBus | system.EPulse,
+ Enablements: NewEnablements(system.EWayland | system.EDBus | system.EPulse),
SessionBus: &dbus.Config{
See: nil,