nixos/modules/_home/mako.nix
2026-03-28 03:28:42 -03:00

5 lines
57 B
Nix

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