ma hw/bluetooth: add blueman to dbus packages
This commit is contained in:
parent
7a3801c75e
commit
f6b82f2d1f
@ -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 ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user