fix(nix): renamed nixie to carbon

This commit is contained in:
Léana 江 2024-02-28 12:28:21 +01:00 committed by Léana 江
parent 9b1e69ba52
commit 053ef59444
12 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,15 @@
{
hardware.bluetooth.enable = true;
services.blueman.enable = true;
# FIXME: this breaks the handsfree microphone mode for XM4
# environment.etc = {
# "wireplumber/bluetooth.lua.d/51-bluez-config.lua".text = ''
# bluez_monitor.properties = {
# ["bluez5.enable-sbc-xq"] = true,
# ["bluez5.enable-msbc"] = true,
# ["bluez5.enable-hw-volume"] = true,
# ["bluez5.headset-roles"] = "[ hsp_hs hsp_ag hfp_hf hfp_ag ]"
# }
# '';
# };
}