about summary refs log tree commit diff
path: root/users/Profpatsch/ini/default.nix
{ depot, ... }:
{
  externs = {
    renderIni = depot.users.Profpatsch.toINI { };
  };
}