about summary refs log tree commit diff
path: root/nixos/modules/programs
diff options
context:
space:
mode:
authorKira Bruneau <kira.bruneau@pm.me>2023-12-07 08:52:08 -0500
committerKira Bruneau <kira.bruneau@pm.me>2023-12-27 08:55:23 -0500
commit02d4aa23069d83477e1cd4fd8675199df139ace0 (patch)
treebeac23e0167d5b2d91a7a0bcec5c188f75fc147a /nixos/modules/programs
parent30a6b77c41d30c65ec9a91e658fea8da7bdd2480 (diff)
nixos/gamemode: format with nixpkgs-fmt
Diffstat (limited to 'nixos/modules/programs')
-rw-r--r--nixos/modules/programs/gamemode.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/gamemode.nix b/nixos/modules/programs/gamemode.nix
index c43e2c2296f5a..344f392852e2a 100644
--- a/nixos/modules/programs/gamemode.nix
+++ b/nixos/modules/programs/gamemode.nix
@@ -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.