nixos/gamemode: format with nixpkgs-fmt
This commit is contained in:
parent
30a6b77c41
commit
02d4aa2306
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ in
|
|||
|
||||
settings = mkOption {
|
||||
type = settingsFormat.type;
|
||||
default = {};
|
||||
default = { };
|
||||
description = lib.mdDoc ''
|
||||
System-wide configuration for GameMode (/etc/gamemode.ini).
|
||||
See gamemoded(8) man page for available settings.
|
||||
|
|
Loading…
Reference in a new issue