mirror of
https://github.com/materusPL/nixos-config
synced 2025-06-26 18:14:25 +02:00
materusPC: disable ozone for brave
This commit is contained in:
parent
8425f3547c
commit
b7c314c6cc
@ -115,7 +115,6 @@
|
|||||||
xdg.desktopEntries.brave-browser =
|
xdg.desktopEntries.brave-browser =
|
||||||
let
|
let
|
||||||
env = lib.concatStringsSep " " [
|
env = lib.concatStringsSep " " [
|
||||||
''NIXOS_OZONE_WL="1"''
|
|
||||||
];
|
];
|
||||||
script = pkgs.writeShellScript "brave" ''
|
script = pkgs.writeShellScript "brave" ''
|
||||||
${env} brave "$@"
|
${env} brave "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user