aboutsummaryrefslogtreecommitdiff
path: root/kbg
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2023-09-25 11:47:48 -0600
committerKenny Ballou <kb@devnulllabs.io>2023-09-25 11:47:48 -0600
commitc1e5fbc500bcef35ea19630f277ca0241486b1eb (patch)
treeaad3a22d9927648943b3f40f24b8549430562ede /kbg
parent53a5925671d785db6139ad2bc4d4e3d18e208470 (diff)
downloaddotfiles-c1e5fbc500bcef35ea19630f277ca0241486b1eb.tar.gz
dotfiles-c1e5fbc500bcef35ea19630f277ca0241486b1eb.tar.xz
config: vars: breakup aspell variable
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'kbg')
-rw-r--r--kbg/services/config/vars.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/kbg/services/config/vars.scm b/kbg/services/config/vars.scm
index 76e8dc06..e3063d31 100644
--- a/kbg/services/config/vars.scm
+++ b/kbg/services/config/vars.scm
@@ -10,7 +10,9 @@
(list (simple-service 'home-vars
home-environment-variables-service-type
`(("_JAVA_OPTIONS" . "-Dawt.useSystemAAFontSettings=on")
- ("ASPELL_CONF" . "per-conf ${XDG_CONFIG_HOME}/aspell/aspell.conf; personal ${XDG_CONFIG_HOME}/aspell/en.pws; repl ${XDG_CONFIG_HOME}/aspell/en.prepl")
+ ("ASPELL_CONF" . ,(string-append "per-conf ${XDG_CONFIG_HOME}/aspell/aspell.conf;"
+ "personal ${XDG_CONFIG_HOME}/aspell/en.pws;"
+ "repl ${XDG_CONFIG_HOME}/aspell/en.prepl"))
("CALIBRE_USE_DARK_PALETTE" . "1")
("EDITOR" . "emacsclient")
("GUILE_DRMAA_LIBRARY" . ,(file-append slurm-drmaa "/lib/libdrmaa.so"))