mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-02-03 19:53:25 +08:00
6 lines
141 B
Nix
6 lines
141 B
Nix
{
|
|
programs.chromium = {
|
|
enable = true;
|
|
commandLineArgs = [ "--enable-features=UseOzonePlatform --ozone-platform=wayland" ];
|
|
};
|
|
}
|