Skip to content

Commit

Permalink
Merge pull request #334012 from Pandapip1/reword-chromium-enable-option
Browse files Browse the repository at this point in the history
nixos/chromium: Update description for `programs.chromium.enable`
  • Loading branch information
eclairevoyant authored Aug 11, 2024
2 parents e5a4a46 + 80656f1 commit d1c8738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/programs/chromium.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" { };

Expand Down

0 comments on commit d1c8738

Please sign in to comment.