···216 # (we currently package 1.26 in Nixpkgs while Chromium bundles 1.21):
217 # Source: https://bugs.chromium.org/p/angleproject/issues/detail?id=7582#c1
218 ./patches/angle-wayland-include-protocol.patch
000219 ] ++ lib.optionals (chromiumVersionAtLeast "120") [
220 # We need to revert this patch to build M120+ with LLVM 17:
221 ./patches/chromium-120-llvm-17.patch
···216 # (we currently package 1.26 in Nixpkgs while Chromium bundles 1.21):
217 # Source: https://bugs.chromium.org/p/angleproject/issues/detail?id=7582#c1
218 ./patches/angle-wayland-include-protocol.patch
219+ # Chromium reads initial_preferences from its own executable directory
220+ # This patch modifies it to read /etc/chromium/initial_preferences
221+ ./patches/chromium-initial-prefs.patch
222 ] ++ lib.optionals (chromiumVersionAtLeast "120") [
223 # We need to revert this patch to build M120+ with LLVM 17:
224 ./patches/chromium-120-llvm-17.patch