diff options
Diffstat (limited to 'modules/hardware/bluetooth.nix')
| -rw-r--r-- | modules/hardware/bluetooth.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/hardware/bluetooth.nix b/modules/hardware/bluetooth.nix new file mode 100644 index 0000000..1b6e38b --- /dev/null +++ b/modules/hardware/bluetooth.nix @@ -0,0 +1,6 @@ +{ + hardware.bluetooth = { + enable = true; + powerOnBoot = true; + }; +} |