adding better steam support
This commit is contained in:
parent
17d8868272
commit
7d026a73c4
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue