Ezekiel 38:1-16

This commit is contained in:
Lyle Mantooth 2023-06-24 22:21:28 -04:00
parent 68b3b54e63
commit c29d130769
Signed by: IslandUsurper
GPG key ID: 6DB52EAE123A5789
3 changed files with 48 additions and 2 deletions

View file

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