diff --git a/flake.nix b/flake.nix index a4e1072..c803422 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ in { devShells.${system}.default = pkgs.mkShell { buildInputs = [ rust ] - ++ (with pkgs; [ rust-analyzer pkg-config pipewire ]); + ++ (with pkgs; [ rust-analyzer pkg-config pulseaudio alsa-lib dbus ]); RUST_BACKTRACE = 1; }; };