add NIXOS_OZONE_WL=1 to sessionVariables

also changed wofi run command to run using zsh -c 'wofi command' in
order to inherit said variable. this was prompted due to weird context
menu artifacts in Signal Desktop
This commit is contained in:
Gabriella Bere 2025-01-22 21:41:30 +00:00
parent 56ff6d79c8
commit fc5326de0a
2 changed files with 2 additions and 1 deletions

View file

@ -74,6 +74,7 @@
XCURSOR_SIZE = 24;
# Set default editor
EDITOR = "nvim";
NIXOS_OZONE_WL = 1 ;
};
# Let Home Manager install and manage itself.