diff --git a/modules/apps/default.nix b/modules/apps/default.nix index 9db1be1..6c279b6 100644 --- a/modules/apps/default.nix +++ b/modules/apps/default.nix @@ -23,6 +23,14 @@ in alsa.support32Bit = true; pulse.enable = true; jack.enable = mkForce false; + + extraConfig.pipewire = { + "90-hifi" = { + "context.properties" = { + "default.clock.rate" = 384000; + }; + }; + }; }; # Needed for some features in nautilus such as auto-mounting and trash gvfs.enable = true;