EdenQwQ/home/programs/browser/chromium.nix
2025-03-01 22:35:08 +08:00

6 lines
141 B
Nix

{
programs.chromium = {
enable = true;
commandLineArgs = [ "--enable-features=UseOzonePlatform --ozone-platform=wayland" ];
};
}