fix audio issue; update profile config

This commit is contained in:
2025-04-21 22:20:13 +08:00
parent 1515efd11a
commit 780a24965d
5 changed files with 37 additions and 18 deletions

View File

@@ -11,6 +11,29 @@
intel-media-driver
];
};
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
# If you want to use JACK applications, uncomment this
#jack.enable = true;
wireplumber.extraConfig.bluetoothEnhancements = {
"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" ];
};
};
};
environment.systemPackages = with pkgs;[
# audio control software
pamixer
];
fileSystems."/home/${username}/tmp" =
{