feat(modules/hardware): add bluetooth
This commit is contained in:
parent
4160e35c61
commit
30ff5c01c4
1 changed files with 7 additions and 0 deletions
|
@ -17,4 +17,11 @@
|
||||||
gpu = lib.pantheon.mkStrOption;
|
gpu = lib.pantheon.mkStrOption;
|
||||||
platform = lib.pantheon.mkStrOption;
|
platform = lib.pantheon.mkStrOption;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
config = {
|
||||||
|
hardware.bluetooth = {
|
||||||
|
enable = true;
|
||||||
|
settings.General.Experimental = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue