Mako config

This commit is contained in:
nest 2025-12-09 19:05:14 -05:00
parent 93cd84b94a
commit c33fa2327c

View file

@ -1,5 +1,15 @@
{ pkgs, ... }:
{
services.mako.enable = true;
services.mako = {
enable = true;
settings = {
default-timeout = 10000;
font = "Maple Mono";
background-color = "#8F56E1";
text-color = "#D8CAB8";
border-color = "#D8CAB8";
};
};
}