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 = {