Compare commits

...

1 Commits

2 changed files with 2 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
"bitwarden", "bitwarden",
"blkdiscard", "blkdiscard",
"breakpad", "breakpad",
"bredr",
"btop", "btop",
"cachix", "cachix",
"canmount", "canmount",

View File

@@ -28,6 +28,7 @@
bluetooth = { bluetooth = {
enable = true; enable = true;
powerOnBoot = true; powerOnBoot = true;
settings.General.ControllerMode = "bredr";
}; };
firmware = [ pkgs.sof-firmware ]; firmware = [ pkgs.sof-firmware ];
}; };