feat: add mako
This commit is contained in:
parent
c336a12ce5
commit
fa722c2074
1 changed files with 10 additions and 0 deletions
|
@ -424,4 +424,14 @@
|
|||
};
|
||||
|
||||
programs.alacritty.enable = true;
|
||||
|
||||
services.mako = {
|
||||
enable = true;
|
||||
backgroundColor = "#202020e0";
|
||||
borderColor = "#ffffff80";
|
||||
borderRadius = 10;
|
||||
borderSize = 1;
|
||||
defaultTimeout = 4000;
|
||||
font = "Noto Sans";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue