nixos/gamemode: format with nixpkgs-fmt

This commit is contained in:
Kira Bruneau 2023-12-07 08:52:08 -05:00
parent 30a6b77c41
commit 02d4aa2306

View File

@ -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.