summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorsils <sils@sils.li>2022-12-10 21:35:50 +0100
committersils <sils@sils.li>2022-12-10 21:35:50 +0100
commit40a54d30e3a80a2cda966ac7274433ee72aad6cf (patch)
tree176f0c1dd37859744e6a3800e9d9c786adc3760b
parentadd vlc (diff)
downloadnix-config-40a54d30e3a80a2cda966ac7274433ee72aad6cf.tar.gz
nix-config-40a54d30e3a80a2cda966ac7274433ee72aad6cf.zip
enable bluetooth
Diffstat (limited to '')
-rw-r--r--sound.nix1
1 files changed, 1 insertions, 0 deletions
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;