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; [
|
environment.systemPackages = with pkgs; [
|
||||||
arduino
|
arduino
|
||||||
ark
|
ark
|
||||||
|
aspell
|
||||||
|
aspellDicts.de
|
||||||
|
aspellDicts.en
|
||||||
|
aspellDicts.en-computers
|
||||||
|
aspellDicts.pt-BR
|
||||||
bat
|
bat
|
||||||
bitwarden
|
bitwarden
|
||||||
chatterino2
|
chatterino2
|
||||||
|
|
@ -17,9 +22,6 @@
|
||||||
gocryptfs
|
gocryptfs
|
||||||
helvum
|
helvum
|
||||||
heroic
|
heroic
|
||||||
hunspell
|
|
||||||
hunspellDicts.de-de
|
|
||||||
hunspellDicts.en-gb-ise
|
|
||||||
inkscape
|
inkscape
|
||||||
# itch # Currently using unsafe electron version
|
# itch # Currently using unsafe electron version
|
||||||
kate
|
kate
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
{
|
{
|
||||||
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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue