forked from extern/nix-config
pipewire: Add pulseaudio
This is necessary so we can load the module-switch-on-connect module, which makes switching between USB audio devices automatic among other things.
This commit is contained in:
parent
5a7816aec8
commit
73e5e99ccd
@ -1,3 +1,5 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
@ -12,5 +14,9 @@
|
||||
lowLatency.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
pulseaudio
|
||||
];
|
||||
|
||||
security.rtkit.enable = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user