profiles/gaming: add Steam and its hardware support

This commit is contained in:
Gabriel Arazas 2023-06-08 21:16:19 +08:00
parent 59bfa0e9d4
commit 9d99235d94
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -21,6 +21,16 @@ in
retroarchFull retroarchFull
]; ];
# Setup the go-to platform for Linux gaming. Most of the
# games should work now with Proton integration.
programs.steam = {
enable = true;
gamescopeSession.enable = true;
};
# Enable them controllers in case you have one.
hardware.steam-hardware.enable = true;
# Enabling all hardware settings for the desktop (unless the user # Enabling all hardware settings for the desktop (unless the user
# explicitly disabled it). # explicitly disabled it).
profiles.desktop.hardware.enable = lib.mkDefault true; profiles.desktop.hardware.enable = lib.mkDefault true;