summaryrefslogtreecommitdiff
path: root/modules/wayland.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-08-29 12:43:19 +0530
committersinanmohd <sinan@sinanmohd.com>2023-08-29 14:52:06 +0530
commitda034c3c23a7779006443f032f3909e86d23a0ee (patch)
tree535da10261b926c441ae72f768a53d359e239513 /modules/wayland.nix
parent2295504252272605189c968d977644f04afa3355 (diff)
repo: clean up
Diffstat (limited to 'modules/wayland.nix')
-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 = {