diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-10-26 18:26:06 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-10-26 20:41:05 -0400 |
commit | 3a0bb67b63884e39075b2655dab7169ee93c1e54 (patch) | |
tree | 5455a61a4a821c141fdec40de6a0ae95a85049d0 /org/config_nix.org | |
parent | texpdf papersize & papermargins (diff) |
texpdf, cjk issues not resolved
- font rendition bugs where tested
Diffstat (limited to 'org/config_nix.org')
-rw-r--r-- | org/config_nix.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/org/config_nix.org b/org/config_nix.org index 9353975b..c9e54794 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -281,13 +281,15 @@ export RUBYLIB+=`pwd`/lib source-serif-pro source-code-pro texlive.combined.scheme-full + noto-fonts + noto-fonts-cjk-sans jq #git ]; inherit shellHook; }; dsh-sqlite = mkShell { - name = "sisu dev shell for latex & pdf output"; + name = "sisu dev shell for sqlite3 output"; inherit shell; inherit devEnv; packages = [ |