export hunspell path

This commit is contained in:
baduhai 2022-12-07 08:20:58 -03:00
parent 4fc31ce060
commit c87c3b0a05

View file

@ -3,6 +3,7 @@
{ {
environment.sessionVariables = rec { environment.sessionVariables = rec {
KDEHOME = "$XDG_CONFIG_HOME/kde4"; # Stops kde from placing a .kde4 folder in the home dir KDEHOME = "$XDG_CONFIG_HOME/kde4"; # Stops kde from placing a .kde4 folder in the home dir
DICPATH = "/run/current-system/sw/share/hunspell"; # hunspell doesn't export its path for some reason
}; };
users.users.user = { users.users.user = {