fix: sound is now deprecated

This commit is contained in:
Noah Masur 2024-07-21 10:11:50 -04:00
parent 029119ce93
commit 4eb0327a1b
No known key found for this signature in database

View File

@ -36,8 +36,6 @@ in
{
config = lib.mkIf (pkgs.stdenv.isLinux && config.gui.enable) {
sound.enable = true;
# Enable PipeWire
services.pipewire = {
enable = true;