5 lines
97 B
Nix
5 lines
97 B
Nix
{lib, ...}: {
|
|
options.device = {
|
|
bluetooth.enable = lib.mkEnableOption "bluetooth";
|
|
};
|
|
}
|