From b306d04ddf8e940df73656eb68fcfaaea0728628 Mon Sep 17 00:00:00 2001 From: andrey_varnavskiy Date: Fri, 6 Dec 2024 16:21:35 +0500 Subject: [PATCH] NIXOS_OZONE_WL moved to hyprland config --- nixos/modules/env.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/modules/env.nix b/nixos/modules/env.nix index ba089d8..be27a08 100644 --- a/nixos/modules/env.nix +++ b/nixos/modules/env.nix @@ -2,8 +2,6 @@ environment.sessionVariables = rec { TERMINAL = "alacritty"; EDITOR = "nvim"; - # Hint Electron apps to use Wayland - NIXOS_OZONE_WL = "1"; XDG_BIN_HOME = "$HOME/.local/bin"; PATH = [ "${XDG_BIN_HOME}"