feat(docs): replace themes with catppuccin

This commit is contained in:
Sk7Str1p3 2026-04-19 23:09:03 +03:00
parent f44ac325e3
commit 110efa2bd6
No known key found for this signature in database
GPG key ID: 4DD995933D06D43B
4 changed files with 1239 additions and 1 deletions

View file

@ -116,7 +116,8 @@ stdenvNoCC.mkDerivation {
'';
postBuild = ''
mkdir -p $out
mkdir -p $out $out/theme
cp -r book/* $out
cp theme/catppuccin.css $out/theme
'';
}