Fix chromium wayland.
This commit is contained in:
parent
b94e84b20f
commit
7b841037a5
1 changed files with 5 additions and 0 deletions
|
@ -47,6 +47,11 @@
|
||||||
programs.chromium = {
|
programs.chromium = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.ungoogled-chromium;
|
package = pkgs.ungoogled-chromium;
|
||||||
|
# Fix for wayland
|
||||||
|
commandLineArgs = [
|
||||||
|
"--ozone-platform-hint=auto"
|
||||||
|
"--ozone-platform=wayland"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable git
|
# Enable git
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue