From 09e7d04e4ee923280a1ebb4ff7cb8283b3a474dd Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Sun, 20 Apr 2025 13:34:42 -0300 Subject: [PATCH] feat: use pwvucontrol instead of pavucontrol --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 264b4c2..cc6fe75 100644 --- a/configuration.nix +++ b/configuration.nix @@ -65,7 +65,7 @@ security.rtkit.enable = true; hardware.pulseaudio.enable = lib.mkForce false; environment.systemPackages = with pkgs; [ - pavucontrol + pwvucontrol ]; # Networking