13 lines
189 B
Nix
13 lines
189 B
Nix
{
|
|
programs = {
|
|
steam.gamescopeSession.enable = true;
|
|
gamescope = {
|
|
enable = true;
|
|
args = [
|
|
"-W 2560"
|
|
"-H 1440"
|
|
"-r 165"
|
|
];
|
|
};
|
|
};
|
|
}
|