Add pulseaudio for pipewire

This commit is contained in:
Florian RICHER 2023-08-20 12:39:36 +02:00
parent 966aff8ae7
commit 3784b4a6fe
2 changed files with 5 additions and 0 deletions

View file

@ -14,4 +14,8 @@
jack.enable = true;
};
};
environment.systemPackages = with pkgs; [
pulseaudio
];
}