feat: add mako

This commit is contained in:
Ahurac 2024-10-11 19:45:50 +02:00
parent c336a12ce5
commit fa722c2074

View file

@ -424,4 +424,14 @@
}; };
programs.alacritty.enable = true; programs.alacritty.enable = true;
services.mako = {
enable = true;
backgroundColor = "#202020e0";
borderColor = "#ffffff80";
borderRadius = 10;
borderSize = 1;
defaultTimeout = 4000;
font = "Noto Sans";
};
} }