mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 08:19:47 +01:00
17 lines
223 B
Nix
17 lines
223 B
Nix
{
|
|
hardware.bluetooth = {
|
|
enable = true;
|
|
|
|
settings = {
|
|
General = {
|
|
Experimental = true;
|
|
};
|
|
Policy = {
|
|
AutoEnable = true;
|
|
};
|
|
};
|
|
};
|
|
|
|
services.blueman.enable = true;
|
|
}
|