From c244201a379ecc5353a1b0cc6882ea321fd1233d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 25 Apr 2024 17:20:29 +0200 Subject: base: un-break aspell dictionary lookup --- user/settings/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/settings/base.nix b/user/settings/base.nix index cf21c1fd..7baeed1e 100644 --- a/user/settings/base.nix +++ b/user/settings/base.nix @@ -26,7 +26,7 @@ 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"; -- cgit 1.4.1