diff options
Diffstat (limited to 'home/bluetooth/default.nix')
| -rw-r--r-- | home/bluetooth/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/bluetooth/default.nix b/home/bluetooth/default.nix index 51ecc4a..d0febca 100644 --- a/home/bluetooth/default.nix +++ b/home/bluetooth/default.nix @@ -1,6 +1,7 @@ { config, lib, ... }: let cfg = config.my.home.bluetooth; -in { +in +{ options.my.home.bluetooth = with lib; { enable = mkEnableOption "bluetooth configuration"; }; |
