summaryrefslogtreecommitdiff
path: root/sys/hardware/bluetooth.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sys/hardware/bluetooth.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/hardware/bluetooth.nix b/sys/hardware/bluetooth.nix
index 0d53750..63e3f0c 100644
--- a/sys/hardware/bluetooth.nix
+++ b/sys/hardware/bluetooth.nix
@@ -1,8 +1,11 @@
-{ config, lib, ... }:
+{
+ config,
+ lib,
+ ...
+}:
with lib; let
cfg = config.local.hardware.bluetooth;
-in
-{
+in {
options.local.hardware.bluetooth = {
enable = mkEnableOption "bluetooth services";
};