hyprland: use environment variables from home-manager

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-04-11 20:02:20 -03:00
parent a3dea1271a
commit 812692731c
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 5 additions and 8 deletions

View file

@ -44,6 +44,8 @@
home.sessionVariables = {
EDITOR = "nvim";
NIXOS_OZONE_WL = "1";
QT_QPA_PLATFORM = "wayland";
XCURSOR_SIZE = 36;
};
##