hunspell to aspell
This commit is contained in:
parent
c87c3b0a05
commit
6c63c572a9
2 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue