about summary refs log tree commit diff
path: root/modules/workstation/hardware/bluetooth/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/workstation/hardware/bluetooth/default.nix')
-rw-r--r--modules/workstation/hardware/bluetooth/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/workstation/hardware/bluetooth/default.nix b/modules/workstation/hardware/bluetooth/default.nix
new file mode 100644
index 000000000000..fb6a06a03e5f
--- /dev/null
+++ b/modules/workstation/hardware/bluetooth/default.nix
@@ -0,0 +1,5 @@
+{ ... }:
+
+{
+  hardware.bluetooth.enable = true;
+}