diff options
Diffstat (limited to 'system/bluetooth.nix')
| -rw-r--r-- | system/bluetooth.nix | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/system/bluetooth.nix b/system/bluetooth.nix deleted file mode 100644 index a4bc960..0000000 --- a/system/bluetooth.nix +++ /dev/null @@ -1,15 +0,0 @@ -{...}: { - hardware.bluetooth = { - enable = true; - powerOnBoot = true; - settings = { - General = { - Experimental = true; - FastConnectable = true; - }; - Policy = { - AutoEnable = true; - }; - }; - }; -} |
