configuration.nix/home/modules/programs/mako/default.nix
2024-07-05 14:17:09 +02:00

6 lines
48 B
Nix

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