aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/hardware
diff options
context:
space:
mode:
Diffstat (limited to 'modules/workstation/hardware')
-rw-r--r--modules/workstation/hardware/bluetooth/default.nix5
-rw-r--r--modules/workstation/hardware/default.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 00000000000..fb6a06a03e5
--- /dev/null
+++ b/modules/workstation/hardware/bluetooth/default.nix
@@ -0,0 +1,5 @@
+{ ... }:
+
+{
+ hardware.bluetooth.enable = true;
+}
diff --git a/modules/workstation/hardware/default.nix b/modules/workstation/hardware/default.nix
index 29f590df27a..52590e6cb47 100644
--- a/modules/workstation/hardware/default.nix
+++ b/modules/workstation/hardware/default.nix
@@ -15,6 +15,7 @@
{
imports = [
+ ./bluetooth
./xkblayout
./yubikey
];