bluetooth changes, update flakes

This commit is contained in:
root 2026-05-04 08:37:03 -03:00
parent 664eb70e8c
commit 2649174093
No known key found for this signature in database
11 changed files with 92 additions and 896 deletions

View file

@ -51,7 +51,20 @@
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
# jack.enable = true;
jack.enable = true;
wireplumber.extraConfig = {
"monitor.bluez.properties" = {
"bluez5.enable-sbc-xq" = true;
"bluez5.enable-msbc" = true;
"bluez5.enable-hw-volume" = true;
"bluez5.roles" = [
"hsp_hs"
"hsp_ag"
"hfp_hf"
"hfp_ag"
];
};
};
};
logind.settings.Login = {
HandlePowerKey = "ignore";
@ -91,6 +104,7 @@
};
hardware = {
enableAllFirmware = true;
graphics = {
enable = true;
enable32Bit = true;
@ -100,7 +114,8 @@
powerOnBoot = true;
settings = {
General = {
Enable = "Source,Sink,Media,Socket";
Experimental = true;
# Enable = "Source,Sink,Media,Socket";
};
};
};