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:
parent
56ff6d79c8
commit
fc5326de0a
2 changed files with 2 additions and 1 deletions
|
@ -74,6 +74,7 @@
|
|||
XCURSOR_SIZE = 24;
|
||||
# Set default editor
|
||||
EDITOR = "nvim";
|
||||
NIXOS_OZONE_WL = 1 ;
|
||||
};
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue