Fix error

This commit is contained in:
Florian RICHER 2023-08-20 12:30:45 +02:00
parent bda3a111ff
commit 966aff8ae7
2 changed files with 124 additions and 11 deletions

View file

@ -1,7 +1,6 @@
{ config, pkgs, ... }:
{ config, sound, pkgs, ... }:
{
sound.enabled = true;
services = {
pipewire = {
enable = true;
@ -15,4 +14,4 @@
jack.enable = true;
};
};
}
}