I was doing a casual read through of the project and came across this line in the file locales.nix
{
environment.systemPackages = with pkgs; [ hunspellDicts.en_US ];
}
Just curious what this is doing, since it's not obvious that any end user would need this dictionary.
I was doing a casual read through of the project and came across this line in the file locales.nix
Just curious what this is doing, since it's not obvious that any end user would need this dictionary.