cracked steam and restructured flake so that its readable

This commit is contained in:
2026-02-19 12:20:24 +00:00
parent 6c4b9c5433
commit 0243cb0b18
5 changed files with 81 additions and 34 deletions

View File

@@ -64,6 +64,7 @@
bottles
ferdium
android-tools
anki
vesktop
wine64
delfin
@@ -75,6 +76,23 @@
];
};
environment.systemPackages = [
inputs.sls-steam.packages.${pkgs.stdenv.hostPlatform.system}.wrapped
];
programs.steam = {
enable = true;
package = pkgs.steam.override {
extraEnv = {
LD_AUDIT = "${
inputs.sls-steam.packages.${pkgs.stdenv.hostPlatform.system}.sls-steam
}/library-inject.so:${
inputs.sls-steam.packages.${pkgs.stdenv.hostPlatform.system}.sls-steam
}/SLSsteam.so";
};
};
};
services.wivrn = {
enable = true;
package = pkgs.unstable.wivrn;