Files
cyper-nix/home/desktop/hyprland/mako.nix
2026-04-03 23:37:52 +02:00

13 lines
200 B
Nix

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