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