Skip to content

Commit

Permalink
feat: add gdm session for game mode
Browse files Browse the repository at this point in the history
  • Loading branch information
IogaMaster committed Nov 26, 2023
1 parent 1b0563e commit 10dfb03
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/nixos/apps/steam/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,14 @@ in {
gamescope -H 1080 -b -f -e --adaptive-sync --rt -r 60 --expose-wayland -- steam -gamepadui -steamdeck -steamos -fulldesktopres -tenfoot
'')
];

services.xserver.windowManager.session = [
{
name = "Console";
start = ''
steamos
'';
}
];
};
}

0 comments on commit 10dfb03

Please sign in to comment.