Mako config
This commit is contained in:
parent
93cd84b94a
commit
c33fa2327c
1 changed files with 11 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue