14 lines
243 B
Nix
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;
|
|
};
|
|
}
|