7 lines
113 B
Nix
7 lines
113 B
Nix
{...}: {
|
|
programs.chromium = {
|
|
enable = true;
|
|
commandLineArgs = ["--ozone-platform-hint=auto"];
|
|
};
|
|
}
|