{ pkgs, lib, config, ... }:

{
  services = {
    blocky = {
      enable = true;
      settings = {

      };
    };
  };
}