From da034c3c23a7779006443f032f3909e86d23a0ee Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 29 Aug 2023 12:43:19 +0530 Subject: repo: clean up --- modules/wayland.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules/wayland.nix') 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 = { -- cgit v1.2.3