all repos — nixfiles @ c244201a379ecc5353a1b0cc6882ea321fd1233d

System and user configuration, managed by nix and home-manager

base: un-break aspell dictionary lookup
Alan Pearce alan@alanpearce.eu
Thu, 25 Apr 2024 17:20:29 +0200
commit

c244201a379ecc5353a1b0cc6882ea321fd1233d

parent

8c21318c5383e63477dc94986e9052eeb108d601

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/settings/base.nixuser/settings/base.nix
@@ -26,7 +26,7 @@ MANPAGER = "bat -l man -p";       ABDUCO_SOCKET_DIR = "${state}/abduco";
       GNUPGHOME = "${data}/gnupg";
       SOLARGRAPH_CACHE = "${cache}/solargraph";
-      ASPELL_CONF = "per-conf ${conf}/aspell/aspell.conf; personal ${conf}/aspell/en.pws; repl ${conf}/aspell/en.prepl";
+      ASPELL_CONF = "per-conf ${conf}/aspell/aspell.conf; personal ${conf}/aspell/en.pws; repl ${conf}/aspell/en.prepl; dict-dir ${config.home.profileDirectory}/lib/aspell";
       ELECTRUMDIR = "${data}/electrum";
       DOCKER_CONFIG = "${conf}/docker";
       npm_config_userconfig = "${conf}/npm/config";