mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
15 lines
188 B
Nix
15 lines
188 B
Nix
{
|
|
hardware.bluetooth = {
|
|
enable = true;
|
|
|
|
settings = {
|
|
General = {
|
|
Experimental = true;
|
|
};
|
|
Policy = {
|
|
AutoEnable = true;
|
|
};
|
|
}:
|
|
};
|
|
}
|