1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #334012 from Pandapip1/reword-chromium-enable-option

nixos/chromium: Update description for `programs.chromium.enable`
This commit is contained in:
éclairevoyant 2024-08-11 23:50:50 +00:00 committed by GitHub
commit d1c8738267
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" { };