This commit is contained in:
Asaki Yuki 2026-04-13 19:06:24 +07:00
parent da7459efbb
commit cf260a566e
6 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,5 @@
{ lib, ... }: {
options.device = {
bluetooth.enable = lib.mkEnableOption "bluetooth";
};
}