Hello world

This is a markdown file in src/content/blog/. The filename is the URL slug.

Frontmatter is validated against the zod schema in src/content.config.ts, so a typo in a field name fails the build instead of rendering undefined.

(define (balls)
  (println "breuh"))
{
  xdg.configFile."jj/conf.d/20-config.toml" = mkSymlink "jj.toml";
  programs.jujutsu = {
    enable = true;
    settings = {
      inherit user;
    };
  };
}