about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/workstation/hardware/bluetooth/default.nix5
-rw-r--r--sys/x220.nix1
2 files changed, 6 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;
+}
diff --git a/sys/x220.nix b/sys/x220.nix
index 0eaacd528617..ed2316ce9835 100644
--- a/sys/x220.nix
+++ b/sys/x220.nix
@@ -3,6 +3,7 @@
 {
   imports = [
     ../modules/nixos-hardware/lenovo/thinkpad/x220
+    ../modules/workstation/hardware/bluetooth
     ../modules/workstation/physical
   ];