mod: added proton manager to gaming module, added alsa to sound, added 32-bit libs to graphics

This commit is contained in:
2026-09-14 19:14:30 -04:00
parent 6cf609acc1
commit 0b4027f0c0
4 changed files with 38 additions and 19 deletions
+4 -4
View File
@@ -3,7 +3,6 @@
pkgs,
userName,
aagl,
nur,
...
}: let
flatpakPackages = [
@@ -114,15 +113,16 @@ in {
gamemode.enable = true;
gamescope.enable = true;
mangohud.enable = true;
proton = {
enable = true;
manager = "protonplus";
};
lutris = {
enable = true;
wine = {
enable = true;
package = pkgs.wine-staging;
};
compatibility = {
protonSupport = true;
};
};
ffxiv.enable = true;