mirror of
https://github.com/ivabus/nixos
synced 2024-11-22 00:15:06 +03:00
Disable jack
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
00abc64e54
commit
5b7db36b26
1 changed files with 1 additions and 2 deletions
|
@ -60,7 +60,6 @@ in {
|
|||
alsa.enable = true;
|
||||
pulse.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
jack.enable = true;
|
||||
};
|
||||
|
||||
qt = {
|
||||
|
@ -120,4 +119,4 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue