Add zola to nixfox

This commit is contained in:
Bun 2025-07-12 13:54:57 -04:00
parent c08ff3391f
commit e303600270
3 changed files with 11 additions and 0 deletions

View file

@ -39,4 +39,6 @@
root = "/var/www/landing-page";
};
};
environment.systemPackages = with pkgs; [ zola ];
}