Revert "nixos/chromium: Update description for programs.chromium.enable"

This reverts commit 80656f196d.

The main change to be reverted depends on this change, see the following
commit.
This commit is contained in:
networkException 2024-08-15 02:16:21 +02:00
parent 5683884913
commit 2f1a499d26
No known key found for this signature in database
GPG Key ID: E3877443AE684391

View File

@ -17,7 +17,7 @@ in
options = {
programs.chromium = {
enable = lib.mkEnableOption "the {command}`chromium` web browser";
enable = lib.mkEnableOption "{command}`chromium` policies";
package = lib.mkPackageOption pkgs "chromium" { };