nixos/home/gui/chromium.nix

7 lines
113 B
Nix
Raw Normal View History

{...}: {
programs.chromium = {
enable = true;
2023-07-12 09:06:33 +01:00
commandLineArgs = ["--ozone-platform-hint=auto"];
};
}