feat(topology): add html card templating and svg rendering

This commit is contained in:
oddlama 2024-03-18 21:13:37 +01:00
parent 11562ead05
commit c5ff8418ac
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
13 changed files with 523 additions and 28 deletions

View file

@ -25,6 +25,7 @@
segoe-ui-ttf = prev.callPackage ./segoe-ui-ttf.nix {};
zsh-histdb-skim = prev.callPackage ./zsh-skim-histdb.nix {};
awakened-poe-trade = prev.callPackage ./awakened-poe-trade.nix {};
html-to-svg = prev.callPackage ./html-to-svg {};
neovim-clean = prev.neovim-unwrapped.overrideAttrs (old: {
nativeBuildInputs = (old.nativeBuildInputs or []) ++ [prev.makeWrapper];
postInstall =