From 64a70cbb5ee57d3a40371b540b2e17062b303096 Mon Sep 17 00:00:00 2001 From: alsaiduq-lab Date: Sun, 8 Feb 2026 18:14:12 -0700 Subject: [PATCH] removed causes weird sounds off my headset --- hosts/modules/audio.nix | 1 - 1 file changed, 1 deletion(-) 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; };