added steam + other gaming support
specifically applied to laptop only currently
This commit is contained in:
parent
35b54acb85
commit
09c38f02ea
2 changed files with 23 additions and 5 deletions
|
|
@ -340,6 +340,12 @@ in {
|
||||||
# Enable OpenGL
|
# Enable OpenGL
|
||||||
hardware = {
|
hardware = {
|
||||||
graphics.enable = true;
|
graphics.enable = true;
|
||||||
|
|
||||||
|
# opengl = {
|
||||||
|
# enable = true;
|
||||||
|
# driSupport = true;
|
||||||
|
# driSupport32Bit = true;
|
||||||
|
# }
|
||||||
};
|
};
|
||||||
|
|
||||||
# DO NOT MODIFY
|
# DO NOT MODIFY
|
||||||
|
|
|
||||||
|
|
@ -11,14 +11,26 @@
|
||||||
"steam-run"
|
"steam-run"
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.steam = {
|
programs = {
|
||||||
enable = true;
|
steam = {
|
||||||
remotePlay.openFirewall = true;
|
enable = true;
|
||||||
dedicatedServer.openFirewall = true;
|
gamescopeSession.enable = true;
|
||||||
localNetworkGameTransfers.openFirewall = true;
|
|
||||||
|
remotePlay.openFirewall = true;
|
||||||
|
dedicatedServer.openFirewall = true;
|
||||||
|
localNetworkGameTransfers.openFirewall = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
gamemode.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
steamcmd
|
steamcmd
|
||||||
|
|
||||||
|
mangohud
|
||||||
|
protonup-qt
|
||||||
|
lutris
|
||||||
|
bottles
|
||||||
|
heroic
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue