aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/hst.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-09-29 06:32:15 +0900
committerOphestra <cat@gensokyo.uk>2025-09-29 06:34:29 +0900
commit44ba7a5f02b7575a706a22aac53c8ac608d18f23 (patch)
treec08890b09a42c38bdf24b976421704ce83a74fad /hst/hst.go
parentdc467493d8a1461ea321ccf5ca3a2b037f880088 (diff)
hst/enablement: move bits from system
This is part of the hst API, should not be in the implementation package. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'hst/hst.go')
-rw-r--r--hst/hst.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/hst/hst.go b/hst/hst.go
index c9a23d7a..5399cba0 100644
--- a/hst/hst.go
+++ b/hst/hst.go
@@ -8,7 +8,6 @@ import (
"hakurei.app/container"
"hakurei.app/container/seccomp"
- "hakurei.app/system"
"hakurei.app/system/dbus"
)
@@ -71,7 +70,7 @@ func Template() *Config {
"--ozone-platform=wayland",
},
- Enablements: NewEnablements(system.EWayland | system.EDBus | system.EPulse),
+ Enablements: NewEnablements(EWayland | EDBus | EPulse),
SessionBus: &dbus.Config{
See: nil,