From 40a54d30e3a80a2cda966ac7274433ee72aad6cf Mon Sep 17 00:00:00 2001 From: sils Date: Sat, 10 Dec 2022 21:35:50 +0100 Subject: enable bluetooth --- sound.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/sound.nix b/sound.nix index a47e4ef..48ddf18 100644 --- a/sound.nix +++ b/sound.nix @@ -1,6 +1,7 @@ { config, pkgs, ... }: { + hardware.bluetooth.enable = true; security.rtkit.enable = true; services.pipewire = { enable = true; -- cgit 1.4.1