Use pipewire

Screen sharing doesn't seem to work yet
This commit is contained in:
Charlotte Van Petegem 2021-01-17 16:14:47 +01:00
parent ffb8372119
commit 44686f804f
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 10 additions and 8 deletions

View file

@ -2,14 +2,10 @@
{
sound.enable = true;
hardware.pulseaudio = {
services.pipewire = {
enable = true;
alsa.enable = true;
jack.enable = true;
pulse.enable = true;
};
# PulseAudio doesn't play nice with symlinks
systemd.user.services.pulseaudio.environment = lib.mkIf config.chvp.zfs.enable {
XDG_CONFIG_HOME = "/data/home/charlotte/.config";
};
users.users.charlotte.extraGroups = [ "audio" ];
}