feat(steam): add gamescope session

This commit is contained in:
Felix Schröter 2023-05-31 17:29:07 +02:00
parent e77fc1fe1d
commit f5aaaf901f
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -12,4 +12,6 @@
hardware.pulseaudio.support32Bit = config.hardware.pulseaudio.enable;
hardware.steam-hardware.enable = true;
programs.steam.gamescopeSession.enable = true;
}