mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
blueman-applet: add note about required system service
This commit is contained in:
@@ -5,7 +5,15 @@ with lib;
|
||||
{
|
||||
options = {
|
||||
services.blueman-applet = {
|
||||
enable = mkEnableOption "Blueman applet";
|
||||
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:
|
||||
|
||||
services.dbus.packages = [ pkgs.blueman ];
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user