updates
This commit is contained in:
parent
2f50e92afe
commit
b22792614e
9 changed files with 49 additions and 29 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue