2022-12-29 21:12:28 +01:00
|
|
|
{ config, pkgs, ... }:
|
|
|
|
|
|
|
|
{
|
2023-03-16 18:40:49 +01:00
|
|
|
services.mako = {
|
2022-12-29 21:12:28 +01:00
|
|
|
enable = true;
|
|
|
|
actions = true;
|
|
|
|
anchor = "top-right";
|
|
|
|
backgroundColor = "#282828E6";
|
|
|
|
borderColor = "#458588";
|
|
|
|
borderRadius = 0;
|
|
|
|
borderSize = 1;
|
|
|
|
font = "Inter 10";
|
|
|
|
icons = true;
|
|
|
|
textColor = "#ebdbb2";
|
|
|
|
defaultTimeout = 5000;
|
|
|
|
};
|
|
|
|
}
|