aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/hardware
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2020-02-04 17:03:54 +0100
committerKatharina Fey <kookie@spacekookie.de>2020-02-04 17:03:54 +0100
commit983f89e8cbe557a3714085df514de31f23d51d60 (patch)
treecde24e35626083138c901b04ef0e37582e91b2bc /modules/workstation/hardware
parent45409f32acae84279b133482585cc28db3803170 (diff)
ws/bluetooth: init
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
];