diff options
Diffstat (limited to 'nixos/bluetooth.nix')
| -rw-r--r-- | nixos/bluetooth.nix | 7 |
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; |