From 8b93b44901b61a4eee3fa90e395f4624a6ab3932 Mon Sep 17 00:00:00 2001 From: Natalie Marks Date: Mon, 11 Mar 2024 05:38:35 -0700 Subject: [PATCH] updated system config --- configuration.nix | 51 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/configuration.nix b/configuration.nix index 4b37076..d924f83 100644 --- a/configuration.nix +++ b/configuration.nix @@ -273,6 +273,57 @@ libidn tbb zlib + alsa-lib + at-spi2-atk + at-spi2-core + atk + cairo + cups + curl + dbus + expat + fontconfig + freetype + fuse3 + gdk-pixbuf + glib + gtk3 + icu + libGL + libappindicator-gtk3 + libdrm + libglvnd + libnotify + libpulseaudio + libunwind + libusb1 + libuuid + libxkbcommon + libxml2 + mesa + nspr + nss + openssl + pango + pipewire + stdenv.cc.cc + systemd + vulkan-loader + xorg.libX11 + xorg.libXScrnSaver + xorg.libXcomposite + xorg.libXcursor + xorg.libXdamage + xorg.libXext + xorg.libXfixes + xorg.libXi + xorg.libXrandr + xorg.libXrender + xorg.libXtst + xorg.libxcb + xorg.libxkbfile + xorg.libxshmfence + zlib ]; # Open ports in the firewall. # networking.firewall.allowedUDPPorts = [ ... ];