From 6d358a4628906229ef293b263dec72c053bf57bb Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Mon, 10 Mar 2025 00:22:18 -0400 Subject: [PATCH] fix: update sound --- nixos/modules/sound.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/sound.nix b/nixos/modules/sound.nix index 54401b9..5b0d550 100644 --- a/nixos/modules/sound.nix +++ b/nixos/modules/sound.nix @@ -1,5 +1,5 @@ { - hardware.pulseaudio.enable = false; + services.pulseaudio.enable = false; #sound.enable = true; # rtkit is optional but recommended