system-settings: Add bluetooth support
This commit is contained in:
8
modules/system-settings/bluetooth.nix
Normal file
8
modules/system-settings/bluetooth.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
flake.modules.nixos.bluetooth = {
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user