diff --git a/modules/steam/autostart.nix b/modules/steam/autostart.nix index 603134ad..01a6f0c8 100644 --- a/modules/steam/autostart.nix +++ b/modules/steam/autostart.nix @@ -27,7 +27,7 @@ in user = mkOption { type = types.str; description = '' - The user to run Steam with. + The local system user that Steam will be launched as. ''; };