From e117b900617e6b06223aae444eff75a5eaa2998e Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sun, 18 Aug 2024 14:50:46 +0200 Subject: [PATCH] pinwheel: Enable `wayland` for `chromium` --- hosts/pinwheel/modules/chromium/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/pinwheel/modules/chromium/default.nix b/hosts/pinwheel/modules/chromium/default.nix index a9b071b..14196a5 100644 --- a/hosts/pinwheel/modules/chromium/default.nix +++ b/hosts/pinwheel/modules/chromium/default.nix @@ -3,4 +3,6 @@ home-manager.users.alex= { home.packages = [ pkgs.ungoogled-chromium ]; }; + + environment.sessionVariables.NIXOS_OZONE_WL = "1"; }