From 1e610a8d5911f789919bf1f07f86331807f8f15a Mon Sep 17 00:00:00 2001 From: yuanwang Date: Fri, 13 Sep 2024 08:56:36 -0600 Subject: [PATCH] disable pulse audio --- modules/nixos_system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos_system.nix b/modules/nixos_system.nix index 0d8c95b9..55138c4a 100644 --- a/modules/nixos_system.nix +++ b/modules/nixos_system.nix @@ -31,7 +31,7 @@ with lib; { # enable jackd seems mess up headphone jack # services.jack.jackd.enable = true; # sound.enable = true; - hardware.pulseaudio.enable = true; + # hardware.pulseaudio.enable = true; # hardware.pulseaudio.package = pkgs.pulseaudioFull; nix = { # auto-optimise-store = true;