mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-19 18:19:12 +00:00
profiles/gaming: add Steam and its hardware support
This commit is contained in:
parent
59bfa0e9d4
commit
9d99235d94
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user