ma hw/bluetooth: add blueman to dbus packages

This commit is contained in:
makefu 2018-10-21 23:29:34 +02:00
parent 7a3801c75e
commit f6b82f2d1f
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -1,9 +1,7 @@
{ pkgs, ... }:
{ # bluetooth+pulse config
# for blueman-applet
users.users.makefu.packages = [
pkgs.blueman
];
users.users.makefu.packages = [ pkgs.blueman ];
hardware.pulseaudio = {
enable = true;
package = pkgs.pulseaudioFull;
@ -39,4 +37,5 @@
Enable=Source,Sink,Media,Socket
'';
};
services.dbus.packages = [ pkgs.blueman ];
}