From fac44f7dd5743d3c47b5dcb8b5bb149aaeaee29b Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 13 Mar 2020 10:43:43 +0100 Subject: [PATCH] ma hw/bluetooth: do not override blueman --- 2configs/hw/bluetooth.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/2configs/hw/bluetooth.nix b/2configs/hw/bluetooth.nix index 9727530..e6a534b 100644 --- a/2configs/hw/bluetooth.nix +++ b/2configs/hw/bluetooth.nix @@ -40,10 +40,4 @@ ''; }; services.dbus.packages = [ pkgs.blueman ]; - nixpkgs.overlays = [ - (self: super: { - blueman = super.blueman.overrideAttrs (oldAttrs: { - buildInputs = oldAttrs.buildInputs ++ [ self.gnome3.adwaita-icon-theme ]; - }); - })]; }