universe/home/services/mako.nix
2025-03-02 17:14:39 +05:00

14 lines
243 B
Nix

{config, ...}: {
services.mako = {
enable = true;
anchor = "bottom-right";
output = "DP-1";
borderSize = 3;
width = 300;
height = 110;
defaultTimeout = 5000;
ignoreTimeout = true;
borderRadius = 3;
};
}