add pipewire module
This commit is contained in:
parent
88ab086ce5
commit
1ac132ac31
17
pipewire.nix
Normal file
17
pipewire.nix
Normal file
@ -0,0 +1,17 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
hardware.bluetooth.hsphfpd.enable = true;
|
||||
|
||||
users.extraUsers.gebner.extraGroups = [ "bluetooth" ];
|
||||
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
sessionManagerArguments = [ "-p" "bluez5.msbc-support=true" ];
|
||||
alsa.enable = true;
|
||||
jack.enable = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user