Fix error
This commit is contained in:
parent
bda3a111ff
commit
966aff8ae7
2 changed files with 124 additions and 11 deletions
|
@ -1,7 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ config, sound, pkgs, ... }:
|
||||
|
||||
{
|
||||
sound.enabled = true;
|
||||
services = {
|
||||
pipewire = {
|
||||
enable = true;
|
||||
|
@ -15,4 +14,4 @@
|
|||
jack.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue