Fix chromium wayland.

This commit is contained in:
CronyAkatsuki 2025-02-02 23:32:02 +01:00
parent b94e84b20f
commit 7b841037a5

View File

@ -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