refactor: use 'default.nix' for all modules
This commit is contained in:
15
modules/bluetooth/default.nix
Normal file
15
modules/bluetooth/default.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
settings = {
|
||||
General = {
|
||||
Experimental = true;
|
||||
FastConnectable = true;
|
||||
};
|
||||
Policy = {
|
||||
AutoEnable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user