Ezekiel 37:15-28

This commit is contained in:
Lyle Mantooth 2023-06-22 21:18:42 -04:00
parent 5a632bf77d
commit 68b3b54e63
Signed by: IslandUsurper
GPG key ID: 6DB52EAE123A5789
2 changed files with 39 additions and 1 deletions

View file

@ -29,7 +29,7 @@
defaultPackage = self.packages.${system}.blog;
devShell = mkShell {
packages = [ just zola ];
packages = [ helix just zola ];
shellHook = ''
ln -fsn "${hermit-zola}" "themes/${themeName}"
'';