17-AUG-2024

1346

Moved dashy to a raw YAML config in the repo, I’d like to next move this to a mashable nix-based one using the existing nix->yaml conversion stuff, so I can have various parts of the infra automatically contribute their dashy configs when dashy is enabled.


{
    pageInfo = {
        title = "Emerald.City";
        description = "Off to see the wizard";
        navLinks = [
            { title = "Github"; path = "https://github.com/jfredett"; }
            { title = "NixOS"; path = "https://nixos.org"; }
            { title = "Dashy Docs"; path = "https://dashy.to/docs"; }
        ];
    };

    # ... snip for other sections
}

Should translate naturally, then the section section is just an attrset of section-name -> other config.