Merge pull request #288527 from K900/chromium-plasma-typo

This commit is contained in:
Sandro
2024-02-14 13:13:50 +01:00
committed by GitHub
+1 -1
View File
@@ -23,7 +23,7 @@ in
enablePlasmaBrowserIntegration = mkEnableOption (lib.mdDoc "Native Messaging Host for Plasma Browser Integration");
plasmaBrowserIntegrationPackage = mkPackageOption pkgs "plasma5Packages.plasma-browser-integration" { };
plasmaBrowserIntegrationPackage = mkPackageOption pkgs [ "plasma5Packages" "plasma-browser-integration" ] { };
extensions = mkOption {
type = with types; nullOr (listOf str);