nix-conf/modules/nixos/bluetooth/default.nix
2024-04-10 22:57:06 +05:30

11 lines
183 B
Nix

_: {
hardware.bluetooth = {
enable = true;
settings = {
General = {
Experimental = "true";
Enable = "Source,Sink,Media,Socket";
};
};
};
}