From 0bdbe7b6fc9f6539385eec31b6f992e48567d9df Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Mon, 2 Jun 2025 21:54:19 -0300 Subject: [PATCH] feat: update pulseaudio option --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index a1e3ed0..50eb2cd 100644 --- a/configuration.nix +++ b/configuration.nix @@ -73,7 +73,7 @@ wireplumber.enable = true; }; security.rtkit.enable = true; - hardware.pulseaudio.enable = lib.mkForce false; + services.pulseaudio.enable = lib.mkForce false; environment.systemPackages = with pkgs; [ pwvucontrol via