diff --git a/nixos/modules/programs/chromium.nix b/nixos/modules/programs/chromium.nix index 298a2197effa..65a334b46f0a 100644 --- a/nixos/modules/programs/chromium.nix +++ b/nixos/modules/programs/chromium.nix @@ -17,7 +17,7 @@ in options = { programs.chromium = { - enable = lib.mkEnableOption "{command}`chromium` policies"; + enable = lib.mkEnableOption "the {command}`chromium` web browser"; package = lib.mkPackageOption pkgs "chromium" { };