ma hw/bluetooth: do not override blueman
This commit is contained in:
parent
92c1df3824
commit
e3c233af83
@ -40,10 +40,4 @@
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
services.dbus.packages = [ pkgs.blueman ];
|
services.dbus.packages = [ pkgs.blueman ];
|
||||||
nixpkgs.overlays = [
|
|
||||||
(self: super: {
|
|
||||||
blueman = super.blueman.overrideAttrs (oldAttrs: {
|
|
||||||
buildInputs = oldAttrs.buildInputs ++ [ self.gnome3.adwaita-icon-theme ];
|
|
||||||
});
|
|
||||||
})];
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user