From f8490f621c7da070f8126841d3568518b70b817f Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Wed, 24 Apr 2024 18:40:08 -0400 Subject: [PATCH] home/aly: override google-chrome to use wayland by default --- aly.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/aly.nix b/aly.nix index 37c3954e..eb343029 100644 --- a/aly.nix +++ b/aly.nix @@ -16,7 +16,12 @@ fractal gh git - google-chrome + (google-chrome.override { + commandLineArgs = [ + "--enable-features=UseOzonePlatform" + "--ozone-platform=wayland" + ]; + }) obsidian python3 ruby