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