dotfiles/modules/blocky.nix

13 lines
125 B
Nix

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