diff --git a/hosts/modules/audio.nix b/hosts/modules/audio.nix index b19d12a..b641215 100644 --- a/hosts/modules/audio.nix +++ b/hosts/modules/audio.nix @@ -5,7 +5,6 @@ alsa.enable = true; alsa.support32Bit = true; pulse.enable = true; - lowLatency.enable = true; # If you want to use JACK applications, uncomment this #jack.enable = true; };