Initial dendritic rewrite
This commit is contained in:
10
modules/features/bluetooth.nix
Normal file
10
modules/features/bluetooth.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
flake.modules.nixos.bluetooth = {
|
||||
hardware = {
|
||||
bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user