dvvl
This commit is contained in:
parent
60cc7b5929
commit
da7459efbb
8 changed files with 27 additions and 42 deletions
5
options/hardware.nix
Normal file
5
options/hardware.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ lib, ... }: {
|
||||
options.device = {
|
||||
bluetooth.enable = lib.mkEnableOption "bluetooth";
|
||||
};
|
||||
}
|
||||
Reference in a new issue