From d5fee0f305b3196c97354b1dea8164d7ba82b62c Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Wed, 10 Jun 2026 00:58:54 -0500 Subject: [PATCH] legacy dbus --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index e43a601..cd415d1 100755 --- a/configuration.nix +++ b/configuration.nix @@ -113,6 +113,9 @@ # Enable touchpad support (enabled default in most desktopManager). services.libinput.enable = true; + # Enable legacy dbus impl + services.dbus.implementation = "dbus"; + # Define users users.mutableUsers = false; users.users.roy = {