chore: remove useless comments
This commit is contained in:
@@ -111,56 +111,13 @@ in
|
||||
};
|
||||
environment.variables.NIX_REMOTE = "daemon";
|
||||
|
||||
# services.pipewire.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
# alsa.enable = true;
|
||||
# alsa.support32Bit = true;
|
||||
# pulse.enable = true;
|
||||
alsa.enable = false;
|
||||
alsa.support32Bit = false;
|
||||
pulse.enable = false;
|
||||
audio.enable = false;
|
||||
configPackages = [
|
||||
/*
|
||||
(pkgs.writeTextDir "share/pipewire/media-session.d/bluez-monitor.conf" ''
|
||||
rules = [
|
||||
{
|
||||
actions = {
|
||||
update-props = {
|
||||
bluez5.autoswitch-profile = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
'')
|
||||
*/
|
||||
];
|
||||
};
|
||||
services.pipewire.wireplumber.extraConfig = {
|
||||
/*
|
||||
"10-bluez" = {
|
||||
"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"
|
||||
];
|
||||
};
|
||||
};
|
||||
*/
|
||||
/*
|
||||
"11-bluetooth-policy" = {
|
||||
"wireplumber.settings" = {
|
||||
"bluetooth.autoswitch-to-headset-profile" = false;
|
||||
};
|
||||
};
|
||||
*/
|
||||
};
|
||||
services.pulseaudio = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user