From 25c2516702a7a0cf061b827519164438d8c7cfa2 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 22 Jul 2025 20:29:23 -0400 Subject: use NIXOS_OZONE_WL instead of manually setting ozone flags --- options.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'options.nix') diff --git a/options.nix b/options.nix index 8202466..e598ced 100644 --- a/options.nix +++ b/options.nix @@ -30,8 +30,8 @@ autoRun = [ "wl-clip-persist -c both" "thunderbird" - "discord --enable-features=UseOzonePlatform --ozone-platform=wayland" - "element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland" + "discord" + "element-desktop" ]; stateVersion = "25.11"; -- cgit v1.2.3-freya