nixfleet/pkgs/google-chrome/default.nix
Andrea Ciceri f80edaffdb
Various:
- slack as wayland native application
- google chrome is a wayland native application now
- Emacs
  - `aggressive-indent`
  - `symex`
  - disabled `org-superstar-mode`
  - default `hunspell` dictionary is `en_US` now
- glances
- translate-shell
- `qutebrowser` is the default browser now
2022-05-03 12:32:04 +02:00

8 lines
142 B
Nix

{ pkgs }:
pkgs.google-chrome.override {
commandLineArgs = [
"--enable-features=UseOzonePlatform"
"--ozone-platform=wayland"
];
}