1

Fix chromium crashing

This commit is contained in:
2024-06-02 20:31:34 +02:00
parent a88f0634b1
commit a1b34b3c83

View File

@ -27,6 +27,12 @@ in {
programs.chromium = {
enable = true;
commandLineArgs = [
"--ignore-gpu-blocklist"
"--use-angle=" # Prevents chromium from spamming stdout and crashing
"--ozone-platform=wayland"
];
# TODO: Extensions for ungoogled, see https://discourse.nixos.org/t/home-manager-ungoogled-chromium-with-extensions/15214
# package = pkgs.ungoogled-chromium;