diff options
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; |