adding better steam support

This commit is contained in:
Chris Cochrun 2023-08-25 10:34:30 -05:00
parent 17d8868272
commit 7d026a73c4

View file

@ -3,12 +3,16 @@
with lib;
{
programs.steam.enable = true;
hardware.opengl = {
driSupport = true;
driSupport32Bit = true;
};
environment.systemPackages = with pkgs; [
airshipper
lutris
heroic
protonup-qt
wineWayland
winePackages.waylandFull
winetricks
gamescope
cemu
@ -16,5 +20,6 @@ with lib;
mangohud
dwarfs
fuse-overlayfs
steam-run
];
}