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

NIXOS_OZONE_WL moved to hyprland config

This commit is contained in:
andrey_varnavskiy
2024-12-06 16:21:35 +05:00
parent dacd9d483a
commit b306d04ddf

View File

@@ -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}"