diff options
author | sils <sils@sils.li> | 2022-12-10 21:35:50 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2022-12-10 21:35:50 +0100 |
commit | 40a54d30e3a80a2cda966ac7274433ee72aad6cf (patch) | |
tree | 176f0c1dd37859744e6a3800e9d9c786adc3760b | |
parent | add vlc (diff) | |
download | nix-config-40a54d30e3a80a2cda966ac7274433ee72aad6cf.tar.gz nix-config-40a54d30e3a80a2cda966ac7274433ee72aad6cf.zip |
enable bluetooth
Diffstat (limited to '')
-rw-r--r-- | sound.nix | 1 |
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; |