nixfiles/home/environments/niri/mako.nix
2025-07-14 03:11:57 -07:00

8 lines
112 B
Nix

_: {
services.mako = {
enable = true;
settings = {
font = "Monaspace Krypton 10";
};
};
}