I’m currently experiencing the same issue. I tried adding sonnet and aspell + dictionaries to my config but it didn’t work.
KRunner tells me I have no dictionaries and that I need to install hspell, which also does not help.
Is there something else I should be adding to my system?
Currently on nixos-unstable
Thanks for the response. Unfortunately, I have those same packages and it doesn’t seem to work for me. I thought I also needed to add libsForQt5.sonnet but I’ve now tried it with and without sonnet and it still doesn’t work. I have an otherwise fairly default config so I’m not sure what the issue is if I’m not missing any packages.
My full system packages list looks like this:
environment.systemPackages = with pkgs; [
vim
wget
git
vscode-fhs
# libsforQt5.sonnet
aspell
aspellDicts.en
aspellDicts.en-computers
aspellDicts.en-science
];
To clarify, I can use aspell just fine by itself, it just doesn’t work with KDE. I also tried it on both 22.05 and unstable and it works on neither.
Otherwise I don’t see any other spelling or plasma related changes in my config. It worked after I got and incorporated the hint by @nixinator from above.