diff options
author | Alan Pearce | 2024-04-25 17:20:29 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-25 17:20:29 +0200 |
commit | c244201a379ecc5353a1b0cc6882ea321fd1233d (patch) | |
tree | d6b9d4ca7f6226766c6046152407ae9c974053d0 | |
parent | 8c21318c5383e63477dc94986e9052eeb108d601 (diff) | |
download | nixfiles-c244201a379ecc5353a1b0cc6882ea321fd1233d.tar.lz nixfiles-c244201a379ecc5353a1b0cc6882ea321fd1233d.tar.zst nixfiles-c244201a379ecc5353a1b0cc6882ea321fd1233d.zip |
base: un-break aspell dictionary lookup
-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"; |