modules.bugs.bluetooth: remove

This commit is contained in:
陈浩南 2024-10-14 11:53:32 +08:00
parent fb6525d986
commit d70544a2d4
3 changed files with 2 additions and 5 deletions

View File

@ -142,7 +142,7 @@ inputs:
waydroid = {};
docker = {};
};
bugs = [ "xmunet" "backlight" "amdpstate" "bluetooth" "plasma" ];
bugs = [ "xmunet" "backlight" "amdpstate" "plasma" ];
};
boot =
{

View File

@ -54,7 +54,7 @@ inputs:
waydroid = {};
docker = {};
};
bugs = [ "xmunet" "suspend-hibernate-no-platform" "bluetooth" "plasma" ];
bugs = [ "xmunet" "suspend-hibernate-no-platform" "plasma" ];
packages.vasp = null;
};
powerManagement.resumeCommands = ''${inputs.pkgs.systemd}/bin/systemctl restart iptsd'';

View File

@ -40,9 +40,6 @@ inputs:
amdpstate.boot.kernelParams = [ "amd_pstate=active" ];
hibernate-mt7921e.powerManagement.resumeCommands =
let modprobe = "${inputs.pkgs.kmod}/bin/modprobe"; in "${modprobe} -r -w 3000 mt7921e && ${modprobe} mt7921e";
# could not use bt keyboard
# https://github.com/bluez/bluez/issues/745
bluetooth.hardware.bluetooth.settings.General.JustWorksRepairing = "always";
# https://discuss.kde.org/t/bug-power-profiles-daemon-0-23-seems-starts-too-late-for-powerdevil/21416
# remove in plasma 6.2
plasma.nixpkgs.overlays = [(final: prev: { kdePackages = prev.kdePackages.overrideScope