Chromium: Difference between revisions
imported>Nix m add Software/Applications subcategory |
imported>Anpandey Add section about setting wayland-related flags |
||
Line 82: | Line 82: | ||
Gnome Shell extensions can be enabled with <code>enableGnomeExtensions = true</code>. It is a mozilla plugin, therefore it does not work currently with Chromium. | Gnome Shell extensions can be enabled with <code>enableGnomeExtensions = true</code>. It is a mozilla plugin, therefore it does not work currently with Chromium. | ||
== Enabling native Wayland support == | |||
It's possible to have Chromium launch with experimental native support for Wayland by setting the appropriate command-line flags: | |||
<syntaxhighlight lang="nix"> | |||
nixpkgs.config.chromium.commandLineArgs = "--enable-features=UseOzonePlatform --ozone-platform=wayland"; | |||
</syntaxhighlight> | |||
== Overriding Chromium == | == Overriding Chromium == |