This commit is contained in:
Asaki Yuki 2026-04-13 19:05:08 +07:00
parent 60cc7b5929
commit da7459efbb
8 changed files with 27 additions and 42 deletions

5
options/hardware.nix Normal file
View file

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