idk
This commit is contained in:
parent
da7459efbb
commit
cf260a566e
6 changed files with 2 additions and 2 deletions
5
options/system/hardware.nix
Normal file
5
options/system/hardware.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ lib, ... }: {
|
||||
options.device = {
|
||||
bluetooth.enable = lib.mkEnableOption "bluetooth";
|
||||
};
|
||||
}
|
||||
Reference in a new issue