diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/base.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |