From b7c314c6cc0ea45a662e57b0dc2288ead6335a60 Mon Sep 17 00:00:00 2001 From: materus Date: Fri, 25 Oct 2024 23:34:45 +0200 Subject: [PATCH] materusPC: disable ozone for brave --- configurations/host/materusPC/home/materus/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/configurations/host/materusPC/home/materus/default.nix b/configurations/host/materusPC/home/materus/default.nix index 2804a53..642e99f 100644 --- a/configurations/host/materusPC/home/materus/default.nix +++ b/configurations/host/materusPC/home/materus/default.nix @@ -115,7 +115,6 @@ xdg.desktopEntries.brave-browser = let env = lib.concatStringsSep " " [ - ''NIXOS_OZONE_WL="1"'' ]; script = pkgs.writeShellScript "brave" '' ${env} brave "$@"