Add alsaLib as an argument (I feel it worth mentioning *now* that I do not care enough to look through and try to find stuff and I'm just going to see where the errors lead me. Also I git commit on each build, y'know, just incase)
diff --git a/src/apps/personal/packages/figma-linux.nix b/src/apps/personal/packages/figma-linux.nix
index 11f0111..503e0d6 100644
--- a/src/apps/personal/packages/figma-linux.nix
+++ b/src/apps/personal/packages/figma-linux.nix
@@ -1,4 +1,4 @@
-{ pkgs, lib, stdenv, unzip, fetchurl, makeDesktopItem, buildFHSUserEnv
+{ pkgs, lib, stdenv, unzip, fetchurl, makeDesktopItem, buildFHSUserEnv, alsaLib
# Specify any font packages to include
# e.g. figma.override { fonts = [ noto-fonts fira-code ]; }
, fonts ? [ ]