Enable low-latency audio by default
This commit is contained in:
parent
ca40bc1151
commit
8569d66c31
|
@ -14,7 +14,10 @@ with lib;
|
||||||
|
|
||||||
config = mkIf (role == "workstation") {
|
config = mkIf (role == "workstation") {
|
||||||
host.ui = {
|
host.ui = {
|
||||||
audio.enable = true;
|
audio = {
|
||||||
|
enable = true;
|
||||||
|
enableLowLatency = true;
|
||||||
|
};
|
||||||
bluetooth.enable = true;
|
bluetooth.enable = true;
|
||||||
gnome.enable = true;
|
gnome.enable = true;
|
||||||
flatpak.enable = true;
|
flatpak.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue