Fix chromium wayland.
This commit is contained in:
parent
b94e84b20f
commit
7b841037a5
@ -47,6 +47,11 @@
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
package = pkgs.ungoogled-chromium;
|
||||
# Fix for wayland
|
||||
commandLineArgs = [
|
||||
"--ozone-platform-hint=auto"
|
||||
"--ozone-platform=wayland"
|
||||
];
|
||||
};
|
||||
|
||||
# Enable git
|
||||
|
Loading…
x
Reference in New Issue
Block a user