This commit is contained in:
alsaiduq-lab 2025-05-22 06:50:56 -06:00
parent 2f50e92afe
commit b22792614e
9 changed files with 49 additions and 29 deletions

View file

@ -1,9 +1,4 @@
{
pkgs,
lib,
config,
...
}: {
{pkgs, ...}: {
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
@ -35,14 +30,6 @@
alsa-lib
ffmpeg
stdenv.cc.cc.lib
libglvnd
];
environment.sessionVariables = {
LD_LIBRARY_PATH = lib.makeLibraryPath [
pkgs.mangohud
pkgs.portaudio
pkgs.alsa-lib
pkgs.ffmpeg
pkgs.stdenv.cc.cc.lib
];
};
}