From b8eeca1f66be028f6f04762400c8ed86e568947c Mon Sep 17 00:00:00 2001 From: andrey_varnavskiy Date: Sun, 1 Dec 2024 06:17:51 +0500 Subject: [PATCH] NIXOS_OZONE_WL="1" --- nixos/modules/env.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/env.nix b/nixos/modules/env.nix index bb5e464..ba089d8 100644 --- a/nixos/modules/env.nix +++ b/nixos/modules/env.nix @@ -3,7 +3,7 @@ TERMINAL = "alacritty"; EDITOR = "nvim"; # Hint Electron apps to use Wayland - # NIXOS_OZONE_WL = "1"; + NIXOS_OZONE_WL = "1"; XDG_BIN_HOME = "$HOME/.local/bin"; PATH = [ "${XDG_BIN_HOME}"