summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-05 22:10:35 -0800
committerPreston Pan <ret2pop@nullring.xyz>2026-03-05 22:10:35 -0800
commit034e1c70a6304965475aeeabeaf735228db02bba (patch)
treea4add4ade7c7ad14eeecc8544d1e9720c4ea80f8 /flake.nix
parent16cb49f9aef3beb9c303b4b1233a75d510a47370 (diff)
change css again; add fonts
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index e3e7214..1df1f57 100644
--- a/flake.nix
+++ b/flake.nix
@@ -125,6 +125,8 @@ fi
pkgs.ghostscript
pkgs.imagemagick
pkgs.jq
+ pkgs.lora
+ pkgs.inconsolata
(pkgs.texlive.combine {
inherit (pkgs.texlive)
scheme-full
@@ -207,7 +209,11 @@ ${publish-org-roam-ui.packages.${system}.default}/bin/build-org-roam-graph \
'';
installPhase = ''
-mkdir -p $out
+mkdir -p $out/fonts
+
+cp -L ${pkgs.lora}/share/fonts/truetype/*.ttf $out/fonts/
+cp -L ${pkgs.inconsolata}/share/fonts/truetype/*.ttf $out/fonts/
+
cp -r $HOME/website_html/. $out/
cp ${installer-iso}/iso/*.iso $out/installer.iso
cd $out