1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00

NIXOS_OZONE_WL="1"

This commit is contained in:
andrey_varnavskiy
2024-12-01 06:17:51 +05:00
parent d029b24973
commit b8eeca1f66

View File

@@ -3,7 +3,7 @@
TERMINAL = "alacritty"; TERMINAL = "alacritty";
EDITOR = "nvim"; EDITOR = "nvim";
# Hint Electron apps to use Wayland # Hint Electron apps to use Wayland
# NIXOS_OZONE_WL = "1"; NIXOS_OZONE_WL = "1";
XDG_BIN_HOME = "$HOME/.local/bin"; XDG_BIN_HOME = "$HOME/.local/bin";
PATH = [ PATH = [
"${XDG_BIN_HOME}" "${XDG_BIN_HOME}"