From b8dee3c2943f81fc5bfcc2c85658bf81a84e7712 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Sun, 22 Sep 2024 19:01:37 -0700 Subject: [PATCH] thinkpads: enable blueman --- hosts/thinkpads/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/thinkpads/default.nix b/hosts/thinkpads/default.nix index 9229ebd..1c8e664 100644 --- a/hosts/thinkpads/default.nix +++ b/hosts/thinkpads/default.nix @@ -24,6 +24,8 @@ touchpad.tapping = true; }; + services.blueman.enable = true; + # audio controls and polybar module don't work on pipewire # hardware.pulseaudio = { # enable = true;