mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-01-06 19:05:42 +08:00
6 lines
112 B
Nix
6 lines
112 B
Nix
{
|
|
programs.chromium = {
|
|
enable = true;
|
|
commandLineArgs = [ "--wayland-text-input-version=3" ];
|
|
};
|
|
}
|