feat(games): add steam gamescope session
This commit is contained in:
parent
7cae5983ce
commit
d09da4b2b0
1 changed files with 8 additions and 1 deletions
|
@ -13,5 +13,12 @@
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.steam.enable = true;
|
programs = {
|
||||||
|
steam = {
|
||||||
|
enable = true;
|
||||||
|
gamescopeSession.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
gamemode.enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue