chore(nix): add missing libpulseaudio to shell

This commit is contained in:
Jake Stanger 2024-03-30 23:31:28 +00:00
parent bb02a21d0e
commit 42ae915645
No known key found for this signature in database
GPG Key ID: C51FC8F9CB0BEA61

View File

@ -9,6 +9,7 @@ pkgs.mkShell {
gtk-layer-shell
gcc
openssl
libpulseaudio
];
nativeBuildInputs = with pkgs; [