enable steam gamescope session

This commit is contained in:
willifan 2024-05-23 21:13:52 +02:00
parent e01f4bbf61
commit e2a5d71e6e

View file

@ -1,6 +1,11 @@
{ pkgs, home-manager, ... }:
{
programs.steam.enable = true;
programs.steam = {
enable = true;
gamescopeSession = {
enable = true;
};
};
hardware.steam-hardware.enable = true;