materusPC: disable ozone for brave

This commit is contained in:
Mateusz Słodkowicz 2024-10-25 23:34:45 +02:00
parent 8425f3547c
commit b7c314c6cc
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 0 additions and 1 deletions

View File

@ -115,7 +115,6 @@
xdg.desktopEntries.brave-browser =
let
env = lib.concatStringsSep " " [
''NIXOS_OZONE_WL="1"''
];
script = pkgs.writeShellScript "brave" ''
${env} brave "$@"