switching to a better gaming setup
This commit is contained in:
parent
257737abbf
commit
720ebe4326
|
@ -2,11 +2,15 @@
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
{
|
{
|
||||||
programs.steam.enable = true;
|
|
||||||
hardware.opengl = {
|
hardware.opengl = {
|
||||||
driSupport = true;
|
driSupport = true;
|
||||||
driSupport32Bit = true;
|
driSupport32Bit = true;
|
||||||
};
|
};
|
||||||
|
programs.steam = {
|
||||||
|
enable = true;
|
||||||
|
gamescopSession.enable = true;
|
||||||
|
};
|
||||||
|
programs.gamemode.enable = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
airshipper
|
airshipper
|
||||||
lutris
|
lutris
|
||||||
|
@ -14,7 +18,7 @@ with lib;
|
||||||
protonup-qt
|
protonup-qt
|
||||||
winePackages.waylandFull
|
winePackages.waylandFull
|
||||||
winetricks
|
winetricks
|
||||||
gamescope
|
# gamescope
|
||||||
# cemu
|
# cemu
|
||||||
# yuzu
|
# yuzu
|
||||||
mangohud
|
mangohud
|
||||||
|
|
Loading…
Reference in a new issue