diff --git a/modules/services/blueman-applet.nix b/modules/services/blueman-applet.nix index 186dc745..f5d2f4d6 100644 --- a/modules/services/blueman-applet.nix +++ b/modules/services/blueman-applet.nix @@ -8,11 +8,11 @@ with lib; enable = mkEnableOption '' Blueman applet. - Note, for the applet to work, 'blueman' package should also be installed system-wide - since it requires running 'blueman-mechanism' service activated via dbus. - You can add it to the dbus packages in system configuration: + Note, for the applet to work, 'blueman' service should be enabled system-wide + since it requires running 'blueman-mechanism' service activated. + You can enable it in system configuration: - services.dbus.packages = [ pkgs.blueman ]; + services.blueman.enable = true; ''; }; };