enable steam gamescope session
This commit is contained in:
parent
e01f4bbf61
commit
e2a5d71e6e
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
|||
{ pkgs, home-manager, ... }:
|
||||
{
|
||||
programs.steam.enable = true;
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
gamescopeSession = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
hardware.steam-hardware.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue