configure mako with home manager

This commit is contained in:
cy 2024-12-14 00:00:35 -05:00
parent b3ddb68f2b
commit e11430ed8e

View file

@ -123,4 +123,19 @@
programs.waybar.enable = true;
programs.feh.enable = true;
services.mako = {
enable = true;
backgroundColor = "#1a1a1a";
defaultTimeout = 5000;
borderSize = 0;
borderRadius = 10;
font = "DejaVu Sans Mono 11";
padding = "10";
textColor= "#777777";
extraConfig = ''
background-color=#c00000
border-color=#ff0000
'';
};
}