Merge pull request #68 from SebTM/example_pipewire

This commit is contained in:
Travis Staton 2024-09-20 09:08:51 -04:00 committed by GitHub
commit d342e97d25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,4 +34,11 @@
}; };
}; };
}; };
security.rtkit.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
};
} }