Files
cyper-nix/home/desktop/hyprland/mako.nix
2026-06-30 00:32:15 +02:00

12 lines
191 B
Nix

{
services.mako = {
enable = true;
settings = {
font = "FiraCodeNerdFontPropo 12";
border-size = 4;
border-radius = 8;
default-timeout = 5000;
};
};
}