nixos-config/home/afoucaultc/packages/mako.nix
2026-08-08 13:33:07 +02:00

6 lines
57 B
Nix

{ ... }:
{
services.mako = {
enable = true;
};
}