aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-10-26 18:26:06 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2023-10-26 20:41:05 -0400
commit3a0bb67b63884e39075b2655dab7169ee93c1e54 (patch)
tree5455a61a4a821c141fdec40de6a0ae95a85049d0 /flake.nix
parenttexpdf papersize & papermargins (diff)
texpdf, cjk issues not resolved
- font rendition bugs where tested
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 2ce78559..45cb2305 100644
--- a/flake.nix
+++ b/flake.nix
@@ -154,13 +154,15 @@
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 = [