hunspell to aspell

This commit is contained in:
baduhai 2022-12-07 08:27:27 -03:00
parent c87c3b0a05
commit 6c63c572a9
2 changed files with 5 additions and 4 deletions

View file

@ -4,6 +4,11 @@
environment.systemPackages = with pkgs; [
arduino
ark
aspell
aspellDicts.de
aspellDicts.en
aspellDicts.en-computers
aspellDicts.pt-BR
bat
bitwarden
chatterino2
@ -17,9 +22,6 @@
gocryptfs
helvum
heroic
hunspell
hunspellDicts.de-de
hunspellDicts.en-gb-ise
inkscape
# itch # Currently using unsafe electron version
kate

View file

@ -3,7 +3,6 @@
{
environment.sessionVariables = rec {
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 = {