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 "$@"