dotfiles/home/features/desktop/common/wayland-wm/mako.nix
2023-09-29 09:16:09 -05:00

13 lines
276 B
Nix

{ config, ... }: {
services.mako = {
enable = true;
font = "${config.fontProfiles.regular.family} 12";
padding = "10,20";
anchor = "top-center";
width = 400;
height = 150;
borderSize = 2;
defaultTimeout = 12000;
layer = "overlay";
};
}