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