diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-05 22:10:35 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-05 22:10:35 -0800 |
| commit | 034e1c70a6304965475aeeabeaf735228db02bba (patch) | |
| tree | a4add4ade7c7ad14eeecc8544d1e9720c4ea80f8 /flake.nix | |
| parent | 16cb49f9aef3beb9c303b4b1233a75d510a47370 (diff) | |
change css again; add fonts
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |
