dotfiles/modules/blocky.nix
2025-03-05 09:57:50 -06:00

12 lines
125 B
Nix

{ pkgs, lib, config, ... }:
{
services = {
blocky = {
enable = true;
settings = {
};
};
};
}