From 05aa2b1aacdfcfe507c7d8c026f5ba77b2301d89 Mon Sep 17 00:00:00 2001 From: Sandro Date: Mon, 3 Feb 2025 16:49:13 +0100 Subject: [PATCH] nixos/chromium: mention other chromium based browsers that work with this Closes #378590 --- nixos/modules/programs/chromium.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/programs/chromium.nix b/nixos/modules/programs/chromium.nix index 290808b7bdbe..9b07c19ff8c0 100644 --- a/nixos/modules/programs/chromium.nix +++ b/nixos/modules/programs/chromium.nix @@ -22,7 +22,7 @@ in options = { programs.chromium = { - enable = lib.mkEnableOption "{command}`chromium` policies"; + enable = lib.mkEnableOption "policies for chromium based browsers like Chromium, Google Chrome or Brave"; enablePlasmaBrowserIntegration = lib.mkEnableOption "Native Messaging Host for Plasma Browser Integration";