programs.ioquake3.settings
NixOS option
ioquake3 configuration, written out as a cfg file that is loaded on startup via +exec. Keys are cvar names, values are the cvar values. See https://ioquake3.org/help/players-guide/ for some available configuration options.
type: attribute set of (string or signed integer or floating point number or boolean)Default
{ }Example
declared in: nixos/modules/programs/ioquake3.nixView source on NixOS/nixpkgs →{
name = "Player";
sensitivity = 5;
r_fullscreen = true;
cl_maxfps = 125;
}