From 93360ad70ec141d9481f716a1dbfb2365e54550b Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Mon, 24 Oct 2022 08:03:19 +0000 Subject: sys/x220: enable bluetooth --- modules/workstation/hardware/bluetooth/default.nix | 5 +++++ sys/x220.nix | 1 + 2 files changed, 6 insertions(+) create mode 100644 modules/workstation/hardware/bluetooth/default.nix 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 ]; -- cgit 1.4.1