This commit is contained in:
Dennis Schoepf 2026-03-03 23:32:35 +00:00
parent 38deff2315
commit b76ff43f4e
4 changed files with 139 additions and 2 deletions

View file

@ -5,6 +5,7 @@
{
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
settings = {
General = {
Enable = "Source,Sink,Media,Socket";
@ -12,5 +13,6 @@
};
};
};
services.blueman.enable = true;
};
}