From d0c108679005fc04c6409ae3a21b7a6d87fb2849 Mon Sep 17 00:00:00 2001 From: caem Date: Sun, 8 Dec 2024 11:47:38 +0100 Subject: [PATCH] x220: Enable bluetooth support --- hosts/x220/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/x220/default.nix b/hosts/x220/default.nix index 9859971..5030445 100644 --- a/hosts/x220/default.nix +++ b/hosts/x220/default.nix @@ -18,6 +18,8 @@ ../../modules/packages/tmux.nix ]; + hardware.bluetooth.enable = true; + boot = { loader.grub = { enable = true;