aboutsummaryrefslogtreecommitdiff
path: root/nixos/bluetooth.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/bluetooth.nix')
-rw-r--r--nixos/bluetooth.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/nixos/bluetooth.nix b/nixos/bluetooth.nix
index ebe6b88..f9d6478 100644
--- a/nixos/bluetooth.nix
+++ b/nixos/bluetooth.nix
@@ -1,4 +1,9 @@
-{ config, lib, pkgs, ... }:
+{
+ config,
+ lib,
+ pkgs,
+ ...
+}:
let
cfg = config.nixos.bluetooth;
inherit (lib) types mkOption;