13 lines
200 B
Nix
13 lines
200 B
Nix
{ ... }:
|
|
{
|
|
services.mako = {
|
|
enable = true;
|
|
settings = {
|
|
font = "FiraCodeNerdFontPropo 12";
|
|
border-size = 4;
|
|
border-radius = 8;
|
|
default-timeout = 5000;
|
|
};
|
|
};
|
|
}
|