nix-conf/modules/nixos/bluetooth/default.nix

12 lines
183 B
Nix
Raw Normal View History

2024-04-10 17:27:06 +00:00
_: {
hardware.bluetooth = {
enable = true;
settings = {
General = {
Experimental = "true";
Enable = "Source,Sink,Media,Socket";
};
};
};
}