summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/wayland.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/wayland.nix b/modules/wayland.nix
index 4ae34e1..0c622c7 100644
--- a/modules/wayland.nix
+++ b/modules/wayland.nix
@@ -51,7 +51,10 @@
# misc
services = {
seatd.enable = true;
- dbus.enable = true;
+ dbus = {
+ implementation = "broker";
+ enable = true;
+ };
};
programs = {