l xerxes.r: activate bluetooth
This commit is contained in:
parent
2aa02e6f60
commit
9a38ff7482
@ -77,7 +77,15 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth = {
|
||||||
|
enable = true;
|
||||||
|
powerOnBoot = true;
|
||||||
|
# config.General.Disable = "Headset";
|
||||||
|
extraConfig = ''
|
||||||
|
[General]
|
||||||
|
Disable = Headset
|
||||||
|
'';
|
||||||
|
};
|
||||||
hardware.pulseaudio.package = pkgs.pulseaudioFull;
|
hardware.pulseaudio.package = pkgs.pulseaudioFull;
|
||||||
# hardware.pulseaudio.configFile = pkgs.writeText "default.pa" ''
|
# hardware.pulseaudio.configFile = pkgs.writeText "default.pa" ''
|
||||||
# load-module module-bluetooth-policy
|
# load-module module-bluetooth-policy
|
||||||
|
Loading…
Reference in New Issue
Block a user