add gamescope stuff
This commit is contained in:
parent
182426f2d8
commit
a18dbf318d
5 changed files with 100 additions and 78 deletions
13
clients/quadraticpc/gamescope.nix
Normal file
13
clients/quadraticpc/gamescope.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
programs = {
|
||||
steam.gamescopeSession.enable = true;
|
||||
gamescope = {
|
||||
enable = true;
|
||||
args = [
|
||||
"-W 2560"
|
||||
"-H 1440"
|
||||
"-r 165"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue